#795501

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

Shades of Raw Umber #795501

Tints of Raw Umber #795501

Color information

#795501 (or 0x795501) is unknown color: approx Raw Umber. HEX triplet: 79, 55 and 01. RGB value is (121,85,1). Sum of RGB (Red+Green+Blue) = 121+85+1=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #795501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795501 is #86AAFE. Grayscale: #565656. Windows color (decimal): -8825599 or 87417. OLE color: 87417.

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

Color convert

RGB121851-
CMYK00.300.990.53
HSL42º98.36%23.92%-
HSV(B)42º99.17%47.45%-
XYZ11.1410.561.48-
YUV86.1979.93152.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.45%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=58.45%
G=41.06%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12185100.300.990.534298.3623.92
Hex7955101E63352a6218
Octal1711251036143655214230
Binary1111001101010110111101100011110101101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795501; }

 p { color: rgb(121,85,1); }

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

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

 a { background-color: rgb(121,85,1); }

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

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

 span { border-color: rgb(121,85,1); }

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