#C4711A

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

Shades of Ochre #C4711A

Tints of Ochre #C4711A

Color information

#C4711A (or 0xC4711A) is unknown color: approx Ochre. HEX triplet: C4, 71 and 1A. RGB value is (196,113,26). Sum of RGB (Red+Green+Blue) = 196+113+26=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4711A is #3B8EE5. Grayscale: #808080. Windows color (decimal): -3903206 or 1733060. OLE color: 1733060.

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

Color convert

RGB19611326-
CMYK00.420.870.23
HSL30.71º76.58%43.53%-
HSV(B)30.71º86.73%76.86%-
XYZ28.8623.624.02-
YUV127.970.5176.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=58.51%
G=33.73%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961132600.420.870.2330.7176.5843.53
HexC4711A02A57171f4d2c
Octal30416132052127273711554
Binary110001001110001110100101010101011110111111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4711A; }

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

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

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

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

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

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

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

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