#753A03

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

Shades of Raw Umber #753A03

Tints of Raw Umber #753A03

Color information

#753A03 (or 0x753A03) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 03. RGB value is (117,58,3). Sum of RGB (Red+Green+Blue) = 117+58+3=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #753A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A03 is #8AC5FC. Grayscale: #454545. Windows color (decimal): -9094653 or 211573. OLE color: 211573.

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

Color convert

RGB117583-
CMYK00.500.970.54
HSL28.95º95%23.53%-
HSV(B)28.95º97.44%45.88%-
XYZ8.876.810.93-
YUV69.3790.55161.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=65.73%
G=32.58%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758300.500.970.5428.959523.53
Hex753A303261361d5f18
Octal165723062141663513730
Binary1110101111010110110010110000111011011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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