Html Css Color HEX #C4720E Ochre

📋 copy color: '#C4720E'

red 196 ◦ green 114 ◦ blue 14

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

Shades of Ochre #C4720E

Tints of Ochre #C4720E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 60.49%
G = 35.19%
B = 4.32%

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

#C4720E (or 0xC4720E) is known color: Ochre. HEX triplet: C4, 72 and 0E. RGB value is (196,114,14). Sum of RGB (Red+Green+Blue) = 196+114+14=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4720E is #3B8DF1. Grayscale: #7F7F7F. Windows color (decimal): -3902962 or 946884. OLE color: 946884.

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

Color convert

RGB 196 114 14 -
CMYK 0 0.42 0.93 0.23
HSL 32.97º 0.87% 0.41% -
HSV(B) 32.97º 0.93% 0.77% -
XYZ 28.86 23.8 3.49 -
YUV 127.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 196 114 14 0 0.42 0.93 0.23 32.97 0.87 0.41
Hex C4 72 E 0 2A 5D 17 21 57 29
Octal 304 162 16 0 52 135 27 41 127 51
Binary 11000100 1110010 1110 0 101010 1011101 10111 100001 1010111 101001

Color Harmonies of #C4720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4720E

Black with #C4720E

Text Example


Text Example

White with #C4720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4720E; }

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

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

background-color css

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

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

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

border-color css

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

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

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