#755905

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

Shades of Raw Umber #755905

Tints of Raw Umber #755905

Color information

#755905 (or 0x755905) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 05. RGB value is (117,89,5). Sum of RGB (Red+Green+Blue) = 117+89+5=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755905 is #8AA6FA. Grayscale: #585858. Windows color (decimal): -9086715 or 350581. OLE color: 350581.

HSL color Cylindrical-coordinate representation of color #755905: hue angle of 45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #755905 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117895-
CMYK00.240.960.54
HSL45º91.8%23.92%-
HSV(B)45º95.73%45.88%-
XYZ10.9410.941.68-
YUV87.881.28148.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=55.45%
G=42.18%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11789500.240.960.544591.823.92
Hex7559501860362d5c18
Octal1651315030140665513430
Binary111010110110011010110001100000110110101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755905; }

 p { color: rgb(117,89,5); }

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

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

 a { background-color: rgb(117,89,5); }

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

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

 span { border-color: rgb(117,89,5); }

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