#753A06

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

Shades of Raw Umber #753A06

Tints of Raw Umber #753A06

Color information

#753A06 (or 0x753A06) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 06. RGB value is (117,58,6). Sum of RGB (Red+Green+Blue) = 117+58+6=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #753A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A06 is #8AC5F9. Grayscale: #454545. Windows color (decimal): -9094650 or 408181. OLE color: 408181.

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

Color convert

RGB117586-
CMYK00.500.950.54
HSL28.11º90.24%24.12%-
HSV(B)28.11º94.87%45.88%-
XYZ8.886.821.02-
YUV69.7192.05161.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=64.64%
G=32.04%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758600.500.950.5428.1190.2424.12
Hex753A60325F361c5a18
Octal165726062137663413230
Binary11101011110101100110010101111111011011100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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