#755518

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

Shades of Raw Umber #755518

Tints of Raw Umber #755518

Color information

#755518 (or 0x755518) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 18. RGB value is (117,85,24). Sum of RGB (Red+Green+Blue) = 117+85+24=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755518 is #8AAAE7. Grayscale: #575757. Windows color (decimal): -9087720 or 1594741. OLE color: 1594741.

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

Color convert

RGB1178524-
CMYK00.270.790.54
HSL39.35º65.96%27.65%-
HSV(B)39.35º79.49%45.88%-
XYZ10.7510.342.29-
YUV87.6192.1148.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 24 (9.77% from 255) = 10.62%
R=51.77%
G=37.61%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117852400.270.790.5439.3565.9627.65
Hex75551801B4F3627421c
Octal16512530033117664710234
Binary11101011010101110000110111001111110110100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755518; }

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

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

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

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

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

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

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

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