#754D0A

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

Shades of Raw Umber #754D0A

Tints of Raw Umber #754D0A

Color information

#754D0A (or 0x754D0A) is unknown color: approx Raw Umber. HEX triplet: 75, 4D and 0A. RGB value is (117,77,10). Sum of RGB (Red+Green+Blue) = 117+77+10=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D0A is #8AB2F5. Grayscale: #515151. Windows color (decimal): -9089782 or 675189. OLE color: 675189.

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

Color convert

RGB1177710-
CMYK00.340.910.54
HSL37.57º84.25%24.9%-
HSV(B)37.57º91.45%45.88%-
XYZ10.049.111.52-
YUV81.3287.75153.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=57.35%
G=37.75%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117771000.340.910.5437.5784.2524.9
Hex754DA0225B36265419
Octal16511512042133664612431
Binary11101011001101101001000101011011110110100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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