Html Css Color HEX #C07618 Ochre

📋 copy color: '#C07618'

red 192 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C07618

Tints of Ochre #C07618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 57.49%
G = 35.33%
B = 7.19%

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

#C07618 (or 0xC07618) is known color: Ochre. HEX triplet: C0, 76 and 18. RGB value is (192,118,24). Sum of RGB (Red+Green+Blue) = 192+118+24=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C07618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07618 is #3F89E7. Grayscale: #818181. Windows color (decimal): -4164072 or 1603264. OLE color: 1603264.

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

Color convert

RGB 192 118 24 -
CMYK 0 0.39 0.88 0.25
HSL 33.57º 0.78% 0.42% -
HSV(B) 33.57º 0.88% 0.75% -
XYZ 28.38 24.23 4.05 -
YUV 129.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 192 118 24 0 0.39 0.88 0.25 33.57 0.78 0.42
Hex C0 76 18 0 27 58 19 22 4E 2A
Octal 300 166 30 0 47 130 31 42 116 52
Binary 11000000 1110110 11000 0 100111 1011000 11001 100010 1001110 101010

Color Harmonies of #C07618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07618

Black with #C07618

Text Example


Text Example

White with #C07618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07618; }

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

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

background-color css

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

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

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

border-color css

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

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

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