#754504

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

Shades of Raw Umber #754504

Tints of Raw Umber #754504

Color information

#754504 (or 0x754504) is unknown color: approx Raw Umber. HEX triplet: 75, 45 and 04. RGB value is (117,69,4). Sum of RGB (Red+Green+Blue) = 117+69+4=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #754504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754504 is #8ABAFB. Grayscale: #4C4C4C. Windows color (decimal): -9091836 or 279925. OLE color: 279925.

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

Color convert

RGB117694-
CMYK00.410.970.54
HSL34.51º93.39%23.73%-
HSV(B)34.51º96.58%45.88%-
XYZ9.498.051.17-
YUV75.9487.4157.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=61.58%
G=36.32%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11769400.410.970.5434.5193.3923.73
Hex754540296136235d18
Octal1651054051141664313530
Binary1110101100010110001010011100001110110100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754504; }

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

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

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

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

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

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

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

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