#785314

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

Shades of Raw Umber #785314

Tints of Raw Umber #785314

Color information

#785314 (or 0x785314) is unknown color: approx Raw Umber. HEX triplet: 78, 53 and 14. RGB value is (120,83,20). Sum of RGB (Red+Green+Blue) = 120+83+20=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #785314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785314 is #87ACEB. Grayscale: #575757. Windows color (decimal): -8891628 or 1332088. OLE color: 1332088.

HSL color Cylindrical-coordinate representation of color #785314: hue angle of 37.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #785314 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1208320-
CMYK00.310.830.53
HSL37.8º71.43%27.45%-
HSV(B)37.8º83.33%47.06%-
XYZ10.9710.232.06-
YUV86.8890.26151.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=53.81%
G=37.22%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120832000.310.830.5337.871.4327.45
Hex78531401F533526471b
Octal17012324037123654610733
Binary11110001010011101000111111010011110101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785314; }

 p { color: rgb(120,83,20); }

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

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

 a { background-color: rgb(120,83,20); }

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

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

 span { border-color: rgb(120,83,20); }

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