#755B18

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

Shades of Raw Umber #755B18

Tints of Raw Umber #755B18

Color information

#755B18 (or 0x755B18) is unknown color: approx Raw Umber. HEX triplet: 75, 5B and 18. RGB value is (117,91,24). Sum of RGB (Red+Green+Blue) = 117+91+24=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B18 is #8AA4E7. Grayscale: #5B5B5B. Windows color (decimal): -9086184 or 1596277. OLE color: 1596277.

HSL color Cylindrical-coordinate representation of color #755B18: hue angle of 43.23º 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 #755B18 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1179124-
CMYK00.220.790.54
HSL43.23º65.96%27.65%-
HSV(B)43.23º79.49%45.88%-
XYZ11.2411.332.46-
YUV91.1490.11146.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=50.43%
G=39.22%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117912400.220.790.5443.2365.9627.65
Hex755B180164F362b421c
Octal16513330026117665310234
Binary11101011011011110000101101001111110110101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B18; }

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

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

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

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

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

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

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

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