#C4711C

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

Shades of Ochre #C4711C

Tints of Ochre #C4711C

Color information

#C4711C (or 0xC4711C) is unknown color: approx Ochre. HEX triplet: C4, 71 and 1C. RGB value is (196,113,28). Sum of RGB (Red+Green+Blue) = 196+113+28=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4711C is #3B8EE3. Grayscale: #808080. Windows color (decimal): -3903204 or 1864132. OLE color: 1864132.

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

Color convert

RGB19611328-
CMYK00.420.860.23
HSL30.36º75%43.92%-
HSV(B)30.36º85.71%76.86%-
XYZ28.8823.634.14-
YUV128.1371.5176.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=58.16%
G=33.53%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961132800.420.860.2330.367543.92
HexC4711C02A56171e4b2c
Octal30416134052126273611354
Binary110001001110001111000101010101011010111111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4711C; }

 p { color: rgb(196,113,28); }

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

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

 a { background-color: rgb(196,113,28); }

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

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

 span { border-color: rgb(196,113,28); }

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