Html Css Color HEX #C07612 Ochre

📋 copy color: '#C07612'

red 192 ◦ green 118 ◦ blue 18

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

Shades of Ochre #C07612

Tints of Ochre #C07612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 58.54%
G = 35.98%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C07612 (or 0xC07612) is known color: Ochre. HEX triplet: C0, 76 and 12. RGB value is (192,118,18). Sum of RGB (Red+Green+Blue) = 192+118+18=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C07612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07612 is #3F89ED. Grayscale: #818181. Windows color (decimal): -4164078 or 1210048. OLE color: 1210048.

HSL color Cylindrical-coordinate representation of color #C07612: hue angle of 34.48º degrees, saturation: 0.83, 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 #C07612 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 18 -
CMYK 0 0.39 0.91 0.25
HSL 34.48º 0.83% 0.41% -
HSV(B) 34.48º 0.91% 0.75% -
XYZ 28.33 24.21 3.75 -
YUV 128.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 192 118 18 0 0.39 0.91 0.25 34.48 0.83 0.41
Hex C0 76 12 0 27 5B 19 22 53 29
Octal 300 166 22 0 47 133 31 42 123 51
Binary 11000000 1110110 10010 0 100111 1011011 11001 100010 1010011 101001

Color Harmonies of #C07612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07612

Black with #C07612

Text Example


Text Example

White with #C07612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07612; }

 p { color: rgb(192,118,18); }

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

background-color css

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

 a { background-color: rgb(192,118,18); }

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

border-color css

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

 span { border-color: rgb(192,118,18); }

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