Html Css Color HEX #C07518 Ochre

📋 copy color: '#C07518'

red 192 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C07518

Tints of Ochre #C07518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 57.66%
G = 35.14%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07518 (or 0xC07518) is known color: Ochre. HEX triplet: C0, 75 and 18. RGB value is (192,117,24). Sum of RGB (Red+Green+Blue) = 192+117+24=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07518 is #3F8AE7. Grayscale: #818181. Windows color (decimal): -4164328 or 1603008. OLE color: 1603008.

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

Color convert

RGB 192 117 24 -
CMYK 0 0.39 0.88 0.25
HSL 33.21º 0.78% 0.42% -
HSV(B) 33.21º 0.88% 0.75% -
XYZ 28.26 24 4.01 -
YUV 128.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 192 117 24 0 0.39 0.88 0.25 33.21 0.78 0.42
Hex C0 75 18 0 27 58 19 21 4E 2A
Octal 300 165 30 0 47 130 31 41 116 52
Binary 11000000 1110101 11000 0 100111 1011000 11001 100001 1001110 101010

Color Harmonies of #C07518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07518

Black with #C07518

Text Example


Text Example

White with #C07518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07518; }

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

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

background-color css

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

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

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

border-color css

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

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

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