#C4721E

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

Shades of Ochre #C4721E

Tints of Ochre #C4721E

Color information

#C4721E (or 0xC4721E) is unknown color: approx Ochre. HEX triplet: C4, 72 and 1E. RGB value is (196,114,30). Sum of RGB (Red+Green+Blue) = 196+114+30=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4721E is #3B8DE1. Grayscale: #818181. Windows color (decimal): -3902946 or 1995460. OLE color: 1995460.

HSL color Cylindrical-coordinate representation of color #C4721E: hue angle of 30.36º 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 #C4721E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19611430-
CMYK00.420.850.23
HSL30.36º73.45%44.31%-
HSV(B)30.36º84.69%76.86%-
XYZ29.0223.864.31-
YUV128.9472.17175.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.65%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=57.65%
G=33.53%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961143000.420.850.2330.3673.4544.31
HexC4721E02A55171e492c
Octal30416236052125273611154
Binary110001001110010111100101010101010110111111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4721E; }

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

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

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

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

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

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

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

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