#753502

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

Shades of Raw Umber #753502

Tints of Raw Umber #753502

Color information

#753502 (or 0x753502) is unknown color: approx Raw Umber. HEX triplet: 75, 35 and 02. RGB value is (117,53,2). Sum of RGB (Red+Green+Blue) = 117+53+2=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #753502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753502 is #8ACAFD. Grayscale: #424242. Windows color (decimal): -9095934 or 144757. OLE color: 144757.

HSL color Cylindrical-coordinate representation of color #753502: hue angle of 26.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #753502 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117532-
CMYK00.550.980.54
HSL26.61º96.64%23.33%-
HSV(B)26.61º98.29%45.88%-
XYZ8.626.330.83-
YUV66.3291.7164.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=68.02%
G=30.81%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753200.550.980.5426.6196.6423.33
Hex7535203762361b6117
Octal165652067142663314127
Binary1110101110101100110111110001011011011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753502; }

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

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

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

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

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

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

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

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