#753A02

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

Shades of Raw Umber #753A02

Tints of Raw Umber #753A02

Color information

#753A02 (or 0x753A02) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 02. RGB value is (117,58,2). Sum of RGB (Red+Green+Blue) = 117+58+2=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A02 is #8AC5FD. Grayscale: #454545. Windows color (decimal): -9094654 or 146037. OLE color: 146037.

HSL color Cylindrical-coordinate representation of color #753A02: hue angle of 29.22º 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 #753A02 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117582-
CMYK00.500.980.54
HSL29.22º96.64%23.33%-
HSV(B)29.22º98.29%45.88%-
XYZ8.866.810.91-
YUV69.2690.05162.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=66.10%
G=32.77%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758200.500.980.5429.2296.6423.33
Hex753A203262361d6117
Octal165722062142663514127
Binary1110101111010100110010110001011011011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A02; }

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

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

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

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

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

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

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

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