#754F0E

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

Shades of Raw Umber #754F0E

Tints of Raw Umber #754F0E

Color information

#754F0E (or 0x754F0E) is unknown color: approx Raw Umber. HEX triplet: 75, 4F and 0E. RGB value is (117,79,14). Sum of RGB (Red+Green+Blue) = 117+79+14=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #754F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F0E is #8AB0F1. Grayscale: #535353. Windows color (decimal): -9089266 or 937845. OLE color: 937845.

HSL color Cylindrical-coordinate representation of color #754F0E: hue angle of 37.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #754F0E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1177914-
CMYK00.320.880.54
HSL37.86º78.63%25.69%-
HSV(B)37.86º88.03%45.88%-
XYZ10.219.411.69-
YUV82.9589.09152.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=55.71%
G=37.62%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117791400.320.880.5437.8678.6325.69
Hex754FE0205836264f1a
Octal16511716040130664611732
Binary11101011001111111001000001011000110110100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,14); }

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

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

 a { background-color: rgb(117,79,14); }

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

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

 span { border-color: rgb(117,79,14); }

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