#785505

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

Shades of Raw Umber #785505

Tints of Raw Umber #785505

Color information

#785505 (or 0x785505) is unknown color: approx Raw Umber. HEX triplet: 78, 55 and 05. RGB value is (120,85,5). Sum of RGB (Red+Green+Blue) = 120+85+5=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #785505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785505 is #87AAFA. Grayscale: #565656. Windows color (decimal): -8891131 or 349560. OLE color: 349560.

HSL color Cylindrical-coordinate representation of color #785505: hue angle of 41.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #785505 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB120855-
CMYK00.290.960.53
HSL41.74º92%24.51%-
HSV(B)41.74º95.83%47.06%-
XYZ11.0210.51.59-
YUV86.3482.1152-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=57.14%
G=40.48%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12085500.290.960.5341.749224.51
Hex7855501D60352a5c19
Octal1701255035140655213431
Binary111100010101011010111011100000110101101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785505; }

 p { color: rgb(120,85,5); }

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

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

 a { background-color: rgb(120,85,5); }

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

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

 span { border-color: rgb(120,85,5); }

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