#C07F19

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

Shades of Ochre #C07F19

Tints of Ochre #C07F19

Color information

#C07F19 (or 0xC07F19) is unknown color: approx Ochre. HEX triplet: C0, 7F and 19. RGB value is (192,127,25). Sum of RGB (Red+Green+Blue) = 192+127+25=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F19 is #3F80E6. Grayscale: #878787. Windows color (decimal): -4161767 or 1671104. OLE color: 1671104.

HSL color Cylindrical-coordinate representation of color #C07F19: hue angle of 36.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C07F19 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19212725-
CMYK00.340.870.25
HSL36.65º76.96%42.55%-
HSV(B)36.65º86.98%75.29%-
XYZ29.526.464.47-
YUV134.8166.03168.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.81%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 25 (10.16% from 255) = 7.27%
R=55.81%
G=36.92%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921272500.340.870.2536.6576.9642.55
HexC07F190225719254d2b
Octal30017731042127314511553
Binary1100000011111111100101000101010111110011001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F19; }

 p { color: rgb(192,127,25); }

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

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

 a { background-color: rgb(192,127,25); }

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

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

 span { border-color: rgb(192,127,25); }

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