#755215

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

Shades of Raw Umber #755215

Tints of Raw Umber #755215

Color information

#755215 (or 0x755215) is unknown color: approx Raw Umber. HEX triplet: 75, 52 and 15. RGB value is (117,82,21). Sum of RGB (Red+Green+Blue) = 117+82+21=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755215 is #8AADEA. Grayscale: #555555. Windows color (decimal): -9088491 or 1397365. OLE color: 1397365.

HSL color Cylindrical-coordinate representation of color #755215: hue angle of 38.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #755215 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1178221-
CMYK00.300.820.54
HSL38.12º69.57%27.06%-
HSV(B)38.12º82.05%45.88%-
XYZ10.499.872.06-
YUV85.5191.6150.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=53.18%
G=37.27%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117822100.300.820.5438.1269.5727.06
Hex75521501E523626461b
Octal16512225036122664610633
Binary11101011010010101010111101010010110110100110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755215; }

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

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

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

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

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

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

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

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