#C78319

Color #C78319 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C78319

Tints of Ochre #C78319

Color information

#C78319 (or 0xC78319) is unknown color: approx Ochre. HEX triplet: C7, 83 and 19. RGB value is (199,131,25). Sum of RGB (Red+Green+Blue) = 199+131+25=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C78319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78319 is #387CE6. Grayscale: #8B8B8B. Windows color (decimal): -3701991 or 1672135. OLE color: 1672135.

HSL color Cylindrical-coordinate representation of color #C78319: hue angle of 36.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C78319 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19913125-
CMYK00.340.870.22
HSL36.55º77.68%43.92%-
HSV(B)36.55º87.44%78.04%-
XYZ31.8428.444.73-
YUV139.2563.53170.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.06%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 25 (10.16% from 255) = 7.04%
R=56.06%
G=36.90%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991312500.340.870.2236.5577.6843.92
HexC783190225716254e2c
Octal30720331042127264511654
Binary11000111100000111100101000101010111101101001011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78319; }

 p { color: rgb(199,131,25); }

 H1.HeaderClassName
 {
   color: #C78319;
 }
 .AnyTagClassName
 {
   color: #C78319;
 }
</style>
background-color css

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

 a { background-color: rgb(199,131,25); }

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

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

 span { border-color: rgb(199,131,25); }

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