#753A0B

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

Shades of Raw Umber #753A0B

Tints of Raw Umber #753A0B

Color information

#753A0B (or 0x753A0B) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 0B. RGB value is (117,58,11). Sum of RGB (Red+Green+Blue) = 117+58+11=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A0B is #8AC5F4. Grayscale: #464646. Windows color (decimal): -9094645 or 735861. OLE color: 735861.

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

Color convert

RGB1175811-
CMYK00.500.910.54
HSL26.6º82.81%25.1%-
HSV(B)26.6º90.6%45.88%-
XYZ8.916.831.17-
YUV70.2894.55161.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=62.90%
G=31.18%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117581100.500.910.5426.682.8125.1
Hex753AB0325B361b5319
Octal1657213062133663312331
Binary111010111101010110110010101101111011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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