#755805

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

Shades of Raw Umber #755805

Tints of Raw Umber #755805

Color information

#755805 (or 0x755805) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 05. RGB value is (117,88,5). Sum of RGB (Red+Green+Blue) = 117+88+5=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755805 is #8AA7FA. Grayscale: #575757. Windows color (decimal): -9086971 or 350325. OLE color: 350325.

HSL color Cylindrical-coordinate representation of color #755805: hue angle of 44.46º 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 #755805 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117885-
CMYK00.250.960.54
HSL44.46º91.8%23.92%-
HSV(B)44.46º95.73%45.88%-
XYZ10.8510.771.65-
YUV87.2181.61149.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=55.71%
G=41.90%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788500.250.960.5444.4691.823.92
Hex7558501960362c5c18
Octal1651305031140665413430
Binary111010110110001010110011100000110110101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755805; }

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

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

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

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

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

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

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

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