#755A12

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

Shades of Raw Umber #755A12

Tints of Raw Umber #755A12

Color information

#755A12 (or 0x755A12) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 12. RGB value is (117,90,18). Sum of RGB (Red+Green+Blue) = 117+90+18=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A12 is #8AA5ED. Grayscale: #5A5A5A. Windows color (decimal): -9086446 or 1202805. OLE color: 1202805.

HSL color Cylindrical-coordinate representation of color #755A12: hue angle of 43.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #755A12 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1179018-
CMYK00.230.850.54
HSL43.64º73.33%26.47%-
HSV(B)43.64º84.62%45.88%-
XYZ11.111.142.14-
YUV89.8687.45147.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 8%
R=52%
G=40%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117901800.230.850.5443.6473.3326.47
Hex755A1201755362c491a
Octal16513222027125665411132
Binary11101011011010100100101111010101110110101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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