Html Css Color HEX #C4720D Ochre

📋 copy color: '#C4720D'

red 196 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C4720D

Tints of Ochre #C4720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 60.68%
G = 35.29%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4720D (or 0xC4720D) is known color: Ochre. HEX triplet: C4, 72 and 0D. RGB value is (196,114,13). Sum of RGB (Red+Green+Blue) = 196+114+13=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4720D is #3B8DF2. Grayscale: #7F7F7F. Windows color (decimal): -3902963 or 881348. OLE color: 881348.

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

Color convert

RGB 196 114 13 -
CMYK 0 0.42 0.93 0.23
HSL 33.11º 0.88% 0.41% -
HSV(B) 33.11º 0.93% 0.77% -
XYZ 28.85 23.8 3.45 -
YUV 127 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 196 114 13 0 0.42 0.93 0.23 33.11 0.88 0.41
Hex C4 72 D 0 2A 5D 17 21 58 29
Octal 304 162 15 0 52 135 27 41 130 51
Binary 11000100 1110010 1101 0 101010 1011101 10111 100001 1011000 101001

Color Harmonies of #C4720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4720D

Black with #C4720D

Text Example


Text Example

White with #C4720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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