#755810

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

Shades of Raw Umber #755810

Tints of Raw Umber #755810

Color information

#755810 (or 0x755810) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 10. RGB value is (117,88,16). Sum of RGB (Red+Green+Blue) = 117+88+16=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755810 is #8AA7EF. Grayscale: #585858. Windows color (decimal): -9086960 or 1071221. OLE color: 1071221.

HSL color Cylindrical-coordinate representation of color #755810: hue angle of 42.77º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #755810 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1178816-
CMYK00.250.860.54
HSL42.77º75.94%26.08%-
HSV(B)42.77º86.32%45.88%-
XYZ10.9210.82-
YUV88.4687.11148.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=52.94%
G=39.82%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117881600.250.860.5442.7775.9426.08
Hex75581001956362b4c1a
Octal16513020031126665311432
Binary11101011011000100000110011010110110110101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755810; }

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

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

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

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

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

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

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

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