Html Css Color HEX #C07A17 Ochre

📋 copy color: '#C07A17'

red 192 ◦ green 122 ◦ blue 23

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

Shades of Ochre #C07A17

Tints of Ochre #C07A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 56.97%
G = 36.2%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07A17 (or 0xC07A17) is known color: Ochre. HEX triplet: C0, 7A and 17. RGB value is (192,122,23). Sum of RGB (Red+Green+Blue) = 192+122+23=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A17 is #3F85E8. Grayscale: #848484. Windows color (decimal): -4163049 or 1538752. OLE color: 1538752.

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

Color convert

RGB 192 122 23 -
CMYK 0 0.36 0.88 0.25
HSL 35.15º 0.79% 0.42% -
HSV(B) 35.15º 0.88% 0.75% -
XYZ 28.85 25.19 4.15 -
YUV 131.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 192 122 23 0 0.36 0.88 0.25 35.15 0.79 0.42
Hex C0 7A 17 0 24 58 19 23 4F 2A
Octal 300 172 27 0 44 130 31 43 117 52
Binary 11000000 1111010 10111 0 100100 1011000 11001 100011 1001111 101010

Color Harmonies of #C07A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A17

Black with #C07A17

Text Example


Text Example

White with #C07A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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