Html Css Color HEX #C07815 Ochre

📋 copy color: '#C07815'

red 192 ◦ green 120 ◦ blue 21

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

Shades of Ochre #C07815

Tints of Ochre #C07815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 57.66%
G = 36.04%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07815 (or 0xC07815) is known color: Ochre. HEX triplet: C0, 78 and 15. RGB value is (192,120,21). Sum of RGB (Red+Green+Blue) = 192+120+21=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07815 is #3F87EA. Grayscale: #828282. Windows color (decimal): -4163563 or 1407168. OLE color: 1407168.

HSL color Cylindrical-coordinate representation of color #C07815: hue angle of 34.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07815 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 21 -
CMYK 0 0.38 0.89 0.25
HSL 34.74º 0.8% 0.42% -
HSV(B) 34.74º 0.89% 0.75% -
XYZ 28.59 24.69 3.97 -
YUV 130.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 192 120 21 0 0.38 0.89 0.25 34.74 0.8 0.42
Hex C0 78 15 0 26 59 19 23 50 2A
Octal 300 170 25 0 46 131 31 43 120 52
Binary 11000000 1111000 10101 0 100110 1011001 11001 100011 1010000 101010

Color Harmonies of #C07815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07815

Black with #C07815

Text Example


Text Example

White with #C07815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07815; }

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

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

background-color css

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

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

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

border-color css

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

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

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