#C0781A

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

Shades of Ochre #C0781A

Tints of Ochre #C0781A

Color information

#C0781A (or 0xC0781A) is unknown color: approx Ochre. HEX triplet: C0, 78 and 1A. RGB value is (192,120,26). Sum of RGB (Red+Green+Blue) = 192+120+26=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781A is #3F87E5. Grayscale: #838383. Windows color (decimal): -4163558 or 1734848. OLE color: 1734848.

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

Color convert

RGB19212026-
CMYK00.380.860.25
HSL33.98º76.15%42.75%-
HSV(B)33.98º86.46%75.29%-
XYZ28.6424.714.24-
YUV130.8168.85171.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=56.80%
G=35.50%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921202600.380.860.2533.9876.1542.75
HexC0781A0265619224c2b
Octal30017032046126314211453
Binary1100000011110001101001001101010110110011000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0781A; }

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

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

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

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

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

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

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

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