#753504

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

Shades of Raw Umber #753504

Tints of Raw Umber #753504

Color information

#753504 (or 0x753504) is unknown color: approx Raw Umber. HEX triplet: 75, 35 and 04. RGB value is (117,53,4). Sum of RGB (Red+Green+Blue) = 117+53+4=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753504 is #8ACAFB. Grayscale: #424242. Windows color (decimal): -9095932 or 275829. OLE color: 275829.

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

Color convert

RGB117534-
CMYK00.550.970.54
HSL26.02º93.39%23.73%-
HSV(B)26.02º96.58%45.88%-
XYZ8.636.340.88-
YUV66.5592.7163.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=67.24%
G=30.46%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753400.550.970.5426.0293.3923.73
Hex7535403761361a5d18
Octal165654067141663213530
Binary11101011101011000110111110000111011011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753504; }

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

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

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

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

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

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

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

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