#754D15

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

Shades of Raw Umber #754D15

Tints of Raw Umber #754D15

Color information

#754D15 (or 0x754D15) is unknown color: approx Raw Umber. HEX triplet: 75, 4D and 15. RGB value is (117,77,21). Sum of RGB (Red+Green+Blue) = 117+77+21=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #754D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D15 is #8AB2EA. Grayscale: #525252. Windows color (decimal): -9089771 or 1396085. OLE color: 1396085.

HSL color Cylindrical-coordinate representation of color #754D15: hue angle of 35º 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 #754D15 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1177721-
CMYK00.340.820.54
HSL35º69.57%27.06%-
HSV(B)35º82.05%45.88%-
XYZ10.139.141.94-
YUV82.5893.25152.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=54.42%
G=35.81%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117772100.340.820.543569.5727.06
Hex754D15022523623461b
Octal16511525042122664310633
Binary111010110011011010101000101010010110110100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754D15; }

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

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

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

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

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

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

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

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