#C4741E

Color #C4741E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C4741E

Tints of Ochre #C4741E

Color information

#C4741E (or 0xC4741E) is unknown color: approx Ochre. HEX triplet: C4, 74 and 1E. RGB value is (196,116,30). Sum of RGB (Red+Green+Blue) = 196+116+30=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4741E is #3B8BE1. Grayscale: #828282. Windows color (decimal): -3902434 or 1995972. OLE color: 1995972.

HSL color Cylindrical-coordinate representation of color #C4741E: hue angle of 31.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4741E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19611630-
CMYK00.410.850.23
HSL31.08º73.45%44.31%-
HSV(B)31.08º84.69%76.86%-
XYZ29.2424.324.38-
YUV130.1271.5174.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=57.31%
G=33.92%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961163000.410.850.2331.0873.4544.31
HexC4741E02955171f492c
Octal30416436051125273711154
Binary110001001110100111100101001101010110111111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4741E; }

 p { color: rgb(196,116,30); }

 H1.HeaderClassName
 {
   color: #C4741E;
 }
 .AnyTagClassName
 {
   color: #C4741E;
 }
</style>
background-color css

<style>
 a { background-color: #C4741E; }

 a { background-color: rgb(196,116,30); }

 div.DivClassName
 {
   background-color: #C4741E;
 }
 .BgClassName
 {
   background-color: #C4741E;
 }
</style>
border-color css

<style>
 span { border-color: #C4741E; }

 span { border-color: rgb(196,116,30); }

 td.TdClassName
 {
   border-color: #C4741E;
 }
 .TagClassName
 {
   border-color: #C4741E;
 }
</style>