#754F08

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

Shades of Raw Umber #754F08

Tints of Raw Umber #754F08

Color information

#754F08 (or 0x754F08) is unknown color: approx Raw Umber. HEX triplet: 75, 4F and 08. RGB value is (117,79,8). Sum of RGB (Red+Green+Blue) = 117+79+8=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F08 is #8AB0F7. Grayscale: #525252. Windows color (decimal): -9089272 or 544629. OLE color: 544629.

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

Color convert

RGB117798-
CMYK00.320.930.54
HSL39.08º87.2%24.51%-
HSV(B)39.08º93.16%45.88%-
XYZ10.189.391.51-
YUV82.2786.09152.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=57.35%
G=38.73%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11779800.320.930.5439.0887.224.51
Hex754F80205D36275719
Octal16511710040135664712731
Binary11101011001111100001000001011101110110100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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