#755A17

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

Shades of Raw Umber #755A17

Tints of Raw Umber #755A17

Color information

#755A17 (or 0x755A17) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 17. RGB value is (117,90,23). Sum of RGB (Red+Green+Blue) = 117+90+23=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #755A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A17 is #8AA5E8. Grayscale: #5A5A5A. Windows color (decimal): -9086441 or 1530485. OLE color: 1530485.

HSL color Cylindrical-coordinate representation of color #755A17: hue angle of 42.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #755A17 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1179023-
CMYK00.230.800.54
HSL42.77º67.14%27.45%-
HSV(B)42.77º80.34%45.88%-
XYZ11.1511.162.38-
YUV90.4389.95146.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 23 (9.38% from 255) = 10%
R=50.87%
G=39.13%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117902300.230.800.5442.7767.1427.45
Hex755A1701750362b431b
Octal16513227027120665310333
Binary11101011011010101110101111010000110110101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,90,23); }

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

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

 a { background-color: rgb(117,90,23); }

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

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

 span { border-color: rgb(117,90,23); }

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