#753B0B

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

Shades of Raw Umber #753B0B

Tints of Raw Umber #753B0B

Color information

#753B0B (or 0x753B0B) is unknown color: approx Raw Umber. HEX triplet: 75, 3B and 0B. RGB value is (117,59,11). Sum of RGB (Red+Green+Blue) = 117+59+11=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B0B is #8AC4F4. Grayscale: #474747. Windows color (decimal): -9094389 or 736117. OLE color: 736117.

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

Color convert

RGB1175911-
CMYK00.500.910.54
HSL27.17º82.81%25.1%-
HSV(B)27.17º90.6%45.88%-
XYZ8.966.931.18-
YUV70.8794.22160.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=62.57%
G=31.55%
B=5.88%

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
Decimal117591100.500.910.5427.1782.8125.1
Hex753BB0325B361b5319
Octal1657313062133663312331
Binary111010111101110110110010101101111011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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