Html Css Color HEX #C07917 Ochre

📋 copy color: '#C07917'

red 192 ◦ green 121 ◦ blue 23

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

Shades of Ochre #C07917

Tints of Ochre #C07917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 57.14%
G = 36.01%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07917 (or 0xC07917) is known color: Ochre. HEX triplet: C0, 79 and 17. RGB value is (192,121,23). Sum of RGB (Red+Green+Blue) = 192+121+23=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07917 is #3F86E8. Grayscale: #838383. Windows color (decimal): -4163305 or 1538496. OLE color: 1538496.

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

Color convert

RGB 192 121 23 -
CMYK 0 0.37 0.88 0.25
HSL 34.79º 0.79% 0.42% -
HSV(B) 34.79º 0.88% 0.75% -
XYZ 28.73 24.94 4.11 -
YUV 131.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 192 121 23 0 0.37 0.88 0.25 34.79 0.79 0.42
Hex C0 79 17 0 25 58 19 23 4F 2A
Octal 300 171 27 0 45 130 31 43 117 52
Binary 11000000 1111001 10111 0 100101 1011000 11001 100011 1001111 101010

Color Harmonies of #C07917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07917

Black with #C07917

Text Example


Text Example

White with #C07917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07917; }

 p { color: rgb(192,121,23); }

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

background-color css

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

 a { background-color: rgb(192,121,23); }

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

border-color css

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

 span { border-color: rgb(192,121,23); }

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