#785001

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

Shades of Raw Umber #785001

Tints of Raw Umber #785001

Color information

#785001 (or 0x785001) is unknown color: approx Raw Umber. HEX triplet: 78, 50 and 01. RGB value is (120,80,1). Sum of RGB (Red+Green+Blue) = 120+80+1=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #785001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785001 is #87AFFE. Grayscale: #535353. Windows color (decimal): -8892415 or 86136. OLE color: 86136.

HSL color Cylindrical-coordinate representation of color #785001: hue angle of 39.83º 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 #785001 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB120801-
CMYK00.330.990.53
HSL39.83º98.35%23.73%-
HSV(B)39.83º99.17%47.06%-
XYZ10.629.731.35-
YUV82.9581.75154.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=59.70%
G=39.80%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12080100.330.990.5339.8398.3523.73
Hex785010216335286218
Octal1701201041143655014230
Binary11110001010000101000011100011110101101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785001; }

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

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

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

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

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

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

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

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