Html Css Color HEX #C07011 Ochre

📋 copy color: '#C07011'

red 192 ◦ green 112 ◦ blue 17

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

Shades of Ochre #C07011

Tints of Ochre #C07011

RGB

 RED value IS 192 (75.39% from 255) = 59.81%

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 59.81%
G = 34.89%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C07011 (or 0xC07011) is known color: Ochre. HEX triplet: C0, 70 and 11. RGB value is (192,112,17). Sum of RGB (Red+Green+Blue) = 192+112+17=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07011 is #3F8FEE. Grayscale: #7D7D7D. Windows color (decimal): -4165615 or 1142976. OLE color: 1142976.

HSL color Cylindrical-coordinate representation of color #C07011: hue angle of 32.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07011 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 17 -
CMYK 0 0.42 0.91 0.25
HSL 32.57º 0.84% 0.41% -
HSV(B) 32.57º 0.91% 0.75% -
XYZ 27.63 22.84 3.48 -
YUV 125.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 192 112 17 0 0.42 0.91 0.25 32.57 0.84 0.41
Hex C0 70 11 0 2A 5B 19 21 54 29
Octal 300 160 21 0 52 133 31 41 124 51
Binary 11000000 1110000 10001 0 101010 1011011 11001 100001 1010100 101001

Color Harmonies of #C07011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07011

Black with #C07011

Text Example


Text Example

White with #C07011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07011; }

 p { color: rgb(192,112,17); }

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

background-color css

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

 a { background-color: rgb(192,112,17); }

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

border-color css

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

 span { border-color: rgb(192,112,17); }

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