#754C12

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

Shades of Raw Umber #754C12

Tints of Raw Umber #754C12

Color information

#754C12 (or 0x754C12) is unknown color: approx Raw Umber. HEX triplet: 75, 4C and 12. RGB value is (117,76,18). Sum of RGB (Red+Green+Blue) = 117+76+18=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C12 is #8AB3ED. Grayscale: #515151. Windows color (decimal): -9090030 or 1199221. OLE color: 1199221.

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

Color convert

RGB1177618-
CMYK00.350.850.54
HSL35.15º73.33%26.47%-
HSV(B)35.15º84.62%45.88%-
XYZ10.038.991.78-
YUV81.6592.08153.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=55.45%
G=36.02%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117761800.350.850.5435.1573.3326.47
Hex754C12023553623491a
Octal16511422043125664311132
Binary111010110011001001001000111010101110110100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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