Html Css Color HEX #C4720C Ochre

📋 copy color: '#C4720C'

red 196 ◦ green 114 ◦ blue 12

#C4720C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C4720C

Tints of Ochre #C4720C

RGB

 RED value IS 196 (76.95% from 255) = 60.87%

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 60.87%
G = 35.4%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4720C (or 0xC4720C) is known color: Ochre. HEX triplet: C4, 72 and 0C. RGB value is (196,114,12). Sum of RGB (Red+Green+Blue) = 196+114+12=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4720C is #3B8DF3. Grayscale: #7F7F7F. Windows color (decimal): -3902964 or 815812. OLE color: 815812.

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

Color convert

RGB 196 114 12 -
CMYK 0 0.42 0.94 0.23
HSL 33.26º 0.88% 0.41% -
HSV(B) 33.26º 0.94% 0.77% -
XYZ 28.85 23.8 3.42 -
YUV 126.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 196 114 12 0 0.42 0.94 0.23 33.26 0.88 0.41
Hex C4 72 C 0 2A 5E 17 21 58 29
Octal 304 162 14 0 52 136 27 41 130 51
Binary 11000100 1110010 1100 0 101010 1011110 10111 100001 1011000 101001

Color Harmonies of #C4720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4720C

Black with #C4720C

Text Example


Text Example

White with #C4720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4720C; }

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

 H1.HeaderClassName
 {
   color: #C4720C;
 }
 .AnyTagClassName
 {
   color: #C4720C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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