#755212

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

Shades of Raw Umber #755212

Tints of Raw Umber #755212

Color information

#755212 (or 0x755212) is unknown color: approx Raw Umber. HEX triplet: 75, 52 and 12. RGB value is (117,82,18). Sum of RGB (Red+Green+Blue) = 117+82+18=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755212 is #8AADED. Grayscale: #555555. Windows color (decimal): -9088494 or 1200757. OLE color: 1200757.

HSL color Cylindrical-coordinate representation of color #755212: hue angle of 38.79º 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 #755212 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1178218-
CMYK00.300.850.54
HSL38.79º73.33%26.47%-
HSV(B)38.79º84.62%45.88%-
XYZ10.469.861.92-
YUV85.1790.1150.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=53.92%
G=37.79%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117821800.300.850.5438.7973.3326.47
Hex75521201E553627491a
Octal16512222036125664711132
Binary11101011010010100100111101010101110110100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755212; }

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

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

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

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

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

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

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

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