Html Css Color HEX #C07716 Ochre

📋 copy color: '#C07716'

red 192 ◦ green 119 ◦ blue 22

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

Shades of Ochre #C07716

Tints of Ochre #C07716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 57.66%
G = 35.74%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07716 (or 0xC07716) is known color: Ochre. HEX triplet: C0, 77 and 16. RGB value is (192,119,22). Sum of RGB (Red+Green+Blue) = 192+119+22=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07716 is #3F88E9. Grayscale: #828282. Windows color (decimal): -4163818 or 1472448. OLE color: 1472448.

HSL color Cylindrical-coordinate representation of color #C07716: hue angle of 34.24º 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 #C07716 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 22 -
CMYK 0 0.38 0.89 0.25
HSL 34.24º 0.79% 0.42% -
HSV(B) 34.24º 0.89% 0.75% -
XYZ 28.48 24.46 3.98 -
YUV 129.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 192 119 22 0 0.38 0.89 0.25 34.24 0.79 0.42
Hex C0 77 16 0 26 59 19 22 4F 2A
Octal 300 167 26 0 46 131 31 42 117 52
Binary 11000000 1110111 10110 0 100110 1011001 11001 100010 1001111 101010

Color Harmonies of #C07716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07716

Black with #C07716

Text Example


Text Example

White with #C07716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07716; }

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

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

background-color css

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

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

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

border-color css

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

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

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