Html Css Color HEX #C07818 Ochre

📋 copy color: '#C07818'

red 192 ◦ green 120 ◦ blue 24

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

Shades of Ochre #C07818

Tints of Ochre #C07818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07818 (or 0xC07818) is known color: Ochre. HEX triplet: C0, 78 and 18. RGB value is (192,120,24). Sum of RGB (Red+Green+Blue) = 192+120+24=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07818 is #3F87E7. Grayscale: #838383. Windows color (decimal): -4163560 or 1603776. OLE color: 1603776.

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

Color convert

RGB 192 120 24 -
CMYK 0 0.38 0.88 0.25
HSL 34.29º 0.78% 0.42% -
HSV(B) 34.29º 0.88% 0.75% -
XYZ 28.62 24.71 4.12 -
YUV 130.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 192 120 24 0 0.38 0.88 0.25 34.29 0.78 0.42
Hex C0 78 18 0 26 58 19 22 4E 2A
Octal 300 170 30 0 46 130 31 42 116 52
Binary 11000000 1111000 11000 0 100110 1011000 11001 100010 1001110 101010

Color Harmonies of #C07818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07818

Black with #C07818

Text Example


Text Example

White with #C07818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07818; }

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

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

background-color css

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

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

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

border-color css

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

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

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