Html Css Color HEX #C07918 Ochre

📋 copy color: '#C07918'

red 192 ◦ green 121 ◦ blue 24

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

Shades of Ochre #C07918

Tints of Ochre #C07918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 56.97%
G = 35.91%
B = 7.12%

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

#C07918 (or 0xC07918) is known color: Ochre. HEX triplet: C0, 79 and 18. RGB value is (192,121,24). Sum of RGB (Red+Green+Blue) = 192+121+24=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07918 is #3F86E7. Grayscale: #838383. Windows color (decimal): -4163304 or 1604032. OLE color: 1604032.

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

Color convert

RGB 192 121 24 -
CMYK 0 0.37 0.88 0.25
HSL 34.64º 0.78% 0.42% -
HSV(B) 34.64º 0.88% 0.75% -
XYZ 28.74 24.95 4.16 -
YUV 131.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 192 121 24 0 0.37 0.88 0.25 34.64 0.78 0.42
Hex C0 79 18 0 25 58 19 23 4E 2A
Octal 300 171 30 0 45 130 31 43 116 52
Binary 11000000 1111001 11000 0 100101 1011000 11001 100011 1001110 101010

Color Harmonies of #C07918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07918

Black with #C07918

Text Example


Text Example

White with #C07918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07918; }

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

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

background-color css

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

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

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

border-color css

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

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

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