Html Css Color HEX #C07616 Ochre

📋 copy color: '#C07616'

red 192 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C07616

Tints of Ochre #C07616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 57.83%
G = 35.54%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07616 (or 0xC07616) is known color: Ochre. HEX triplet: C0, 76 and 16. RGB value is (192,118,22). Sum of RGB (Red+Green+Blue) = 192+118+22=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07616 is #3F89E9. Grayscale: #818181. Windows color (decimal): -4164074 or 1472192. OLE color: 1472192.

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

Color convert

RGB 192 118 22 -
CMYK 0 0.39 0.89 0.25
HSL 33.88º 0.79% 0.42% -
HSV(B) 33.88º 0.89% 0.75% -
XYZ 28.36 24.22 3.94 -
YUV 129.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 192 118 22 0 0.39 0.89 0.25 33.88 0.79 0.42
Hex C0 76 16 0 27 59 19 22 4F 2A
Octal 300 166 26 0 47 131 31 42 117 52
Binary 11000000 1110110 10110 0 100111 1011001 11001 100010 1001111 101010

Color Harmonies of #C07616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07616

Black with #C07616

Text Example


Text Example

White with #C07616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07616; }

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

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

background-color css

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

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

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

border-color css

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

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

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