#754C16

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

Shades of Raw Umber #754C16

Tints of Raw Umber #754C16

Color information

#754C16 (or 0x754C16) is unknown color: approx Raw Umber. HEX triplet: 75, 4C and 16. RGB value is (117,76,22). Sum of RGB (Red+Green+Blue) = 117+76+22=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #754C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C16 is #8AB3E9. Grayscale: #525252. Windows color (decimal): -9090026 or 1461365. OLE color: 1461365.

HSL color Cylindrical-coordinate representation of color #754C16: hue angle of 34.11º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #754C16 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1177622-
CMYK00.350.810.54
HSL34.11º68.35%27.25%-
HSV(B)34.11º81.2%45.88%-
XYZ10.079.011.97-
YUV82.194.08152.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=54.42%
G=35.35%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117762200.350.810.5434.1168.3527.25
Hex754C16023513622441b
Octal16511426043121664210433
Binary111010110011001011001000111010001110110100010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,22); }

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

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

 a { background-color: rgb(117,76,22); }

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

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

 span { border-color: rgb(117,76,22); }

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