#753A05

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

Shades of Raw Umber #753A05

Tints of Raw Umber #753A05

Color information

#753A05 (or 0x753A05) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 05. RGB value is (117,58,5). Sum of RGB (Red+Green+Blue) = 117+58+5=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #753A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A05 is #8AC5FA. Grayscale: #454545. Windows color (decimal): -9094651 or 342645. OLE color: 342645.

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

Color convert

RGB117585-
CMYK00.500.960.54
HSL28.39º91.8%23.92%-
HSV(B)28.39º95.73%45.88%-
XYZ8.886.820.99-
YUV69.691.55161.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=65%
G=32.22%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758500.500.960.5428.3991.823.92
Hex753A503260361c5c18
Octal165725062140663413430
Binary11101011110101010110010110000011011011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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