#785200

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

Shades of Raw Umber #785200

Tints of Raw Umber #785200

Color information

#785200 (or 0x785200) is unknown color: approx Raw Umber. HEX triplet: 78, 52 and 00. RGB value is (120,82,0). Sum of RGB (Red+Green+Blue) = 120+82+0=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #785200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785200 is #87ADFF. Grayscale: #545454. Windows color (decimal): -8891904 or 21112. OLE color: 21112.

HSL color Cylindrical-coordinate representation of color #785200: hue angle of 41º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #785200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120820-
CMYK00.3210.53
HSL41º100%23.53%-
HSV(B)41º100%47.06%-
XYZ10.7610.031.37-
YUV84.0180.59153.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.41%
G=40.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12082000.3210.534110023.53
Hex785200206435296418
Octal1701220040144655114430
Binary11110001010010001000001100100110101101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785200; }

 p { color: rgb(120,82,0); }

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

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

 a { background-color: rgb(120,82,0); }

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

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

 span { border-color: rgb(120,82,0); }

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