#754714

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

Shades of Raw Umber #754714

Tints of Raw Umber #754714

Color information

#754714 (or 0x754714) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 14. RGB value is (117,71,20). Sum of RGB (Red+Green+Blue) = 117+71+20=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754714 is #8AB8EB. Grayscale: #4F4F4F. Windows color (decimal): -9091308 or 1329013. OLE color: 1329013.

HSL color Cylindrical-coordinate representation of color #754714: hue angle of 31.55º 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 #754714 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1177120-
CMYK00.390.830.54
HSL31.55º70.8%26.86%-
HSV(B)31.55º82.91%45.88%-
XYZ9.728.341.76-
YUV78.9494.74155.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=56.25%
G=34.13%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117712000.390.830.5431.5570.826.86
Hex754714027533620471b
Octal16510724047123664010733
Binary111010110001111010001001111010011110110100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754714; }

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

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

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

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

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

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

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

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