#785101

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

Shades of Raw Umber #785101

Tints of Raw Umber #785101

Color information

#785101 (or 0x785101) is unknown color: approx Raw Umber. HEX triplet: 78, 51 and 01. RGB value is (120,81,1). Sum of RGB (Red+Green+Blue) = 120+81+1=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #785101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785101 is #87AEFE. Grayscale: #535353. Windows color (decimal): -8892159 or 86392. OLE color: 86392.

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

Color convert

RGB120811-
CMYK00.320.990.53
HSL40.34º98.35%23.73%-
HSV(B)40.34º99.17%47.06%-
XYZ10.699.881.37-
YUV83.5481.42154-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=59.41%
G=40.10%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12081100.320.990.5340.3498.3523.73
Hex785110206335286218
Octal1701211040143655014230
Binary11110001010001101000001100011110101101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785101; }

 p { color: rgb(120,81,1); }

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

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

 a { background-color: rgb(120,81,1); }

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

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

 span { border-color: rgb(120,81,1); }

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