#754D04

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

Shades of Raw Umber #754D04

Tints of Raw Umber #754D04

Color information

#754D04 (or 0x754D04) is unknown color: approx Raw Umber. HEX triplet: 75, 4D and 04. RGB value is (117,77,4). Sum of RGB (Red+Green+Blue) = 117+77+4=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D04 is #8AB2FB. Grayscale: #505050. Windows color (decimal): -9089788 or 281973. OLE color: 281973.

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

Color convert

RGB117774-
CMYK00.340.970.54
HSL38.76º93.39%23.73%-
HSV(B)38.76º96.58%45.88%-
XYZ10.019.11.34-
YUV80.6484.75153.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=59.09%
G=38.89%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11777400.340.970.5438.7693.3923.73
Hex754D40226136275d18
Octal1651154042141664713530
Binary1110101100110110001000101100001110110100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,4); }

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

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

 a { background-color: rgb(117,77,4); }

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

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

 span { border-color: rgb(117,77,4); }

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