#753A07

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

Shades of Raw Umber #753A07

Tints of Raw Umber #753A07

Color information

#753A07 (or 0x753A07) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 07. RGB value is (117,58,7). Sum of RGB (Red+Green+Blue) = 117+58+7=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #753A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A07 is #8AC5F8. Grayscale: #464646. Windows color (decimal): -9094649 or 473717. OLE color: 473717.

HSL color Cylindrical-coordinate representation of color #753A07: hue angle of 27.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #753A07 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117587-
CMYK00.500.940.54
HSL27.82º88.71%24.31%-
HSV(B)27.82º94.02%45.88%-
XYZ8.896.821.05-
YUV69.8392.55161.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=64.29%
G=31.87%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758700.500.940.5427.8288.7124.31
Hex753A70325E361c5918
Octal165727062136663413130
Binary11101011110101110110010101111011011011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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