#754A14

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

Shades of Raw Umber #754A14

Tints of Raw Umber #754A14

Color information

#754A14 (or 0x754A14) is unknown color: approx Raw Umber. HEX triplet: 75, 4A and 14. RGB value is (117,74,20). Sum of RGB (Red+Green+Blue) = 117+74+20=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A14 is #8AB5EB. Grayscale: #505050. Windows color (decimal): -9090540 or 1329781. OLE color: 1329781.

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

Color convert

RGB1177420-
CMYK00.370.830.54
HSL33.4º70.8%26.86%-
HSV(B)33.4º82.91%45.88%-
XYZ9.918.731.82-
YUV80.793.75153.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=55.45%
G=35.07%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117742000.370.830.5433.470.826.86
Hex754A14025533621471b
Octal16511224045123664110733
Binary111010110010101010001001011010011110110100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,74,20); }

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

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

 a { background-color: rgb(117,74,20); }

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

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

 span { border-color: rgb(117,74,20); }

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