#755504

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

Shades of Raw Umber #755504

Tints of Raw Umber #755504

Color information

#755504 (or 0x755504) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 04. RGB value is (117,85,4). Sum of RGB (Red+Green+Blue) = 117+85+4=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755504 is #8AAAFB. Grayscale: #555555. Windows color (decimal): -9087740 or 284021. OLE color: 284021.

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

Color convert

RGB117854-
CMYK00.270.970.54
HSL43.01º93.39%23.73%-
HSV(B)43.01º96.58%45.88%-
XYZ10.6110.291.54-
YUV85.3382.1150.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 4 (1.95% from 255) = 1.94%
R=56.80%
G=41.26%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11785400.270.970.5443.0193.3923.73
Hex7555401B61362b5d18
Octal1651254033141665313530
Binary111010110101011000110111100001110110101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755504; }

 p { color: rgb(117,85,4); }

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

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

 a { background-color: rgb(117,85,4); }

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

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

 span { border-color: rgb(117,85,4); }

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