#755B0A

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

Shades of Raw Umber #755B0A

Tints of Raw Umber #755B0A

Color information

#755B0A (or 0x755B0A) is unknown color: approx Raw Umber. HEX triplet: 75, 5B and 0A. RGB value is (117,91,10). Sum of RGB (Red+Green+Blue) = 117+91+10=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #755B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B0A is #8AA4F5. Grayscale: #595959. Windows color (decimal): -9086198 or 678773. OLE color: 678773.

HSL color Cylindrical-coordinate representation of color #755B0A: hue angle of 45.42º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #755B0A is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1179110-
CMYK00.220.910.54
HSL45.42º84.25%24.9%-
HSV(B)45.42º91.45%45.88%-
XYZ11.1311.291.88-
YUV89.5483.11147.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=53.67%
G=41.74%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117911000.220.910.5445.4284.2524.9
Hex755BA0165B362d5419
Octal16513312026133665512431
Binary1110101101101110100101101011011110110101101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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