#753C0B

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

Shades of Raw Umber #753C0B

Tints of Raw Umber #753C0B

Color information

#753C0B (or 0x753C0B) is unknown color: approx Raw Umber. HEX triplet: 75, 3C and 0B. RGB value is (117,60,11). Sum of RGB (Red+Green+Blue) = 117+60+11=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #753C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C0B is #8AC3F4. Grayscale: #474747. Windows color (decimal): -9094133 or 736373. OLE color: 736373.

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

Color convert

RGB1176011-
CMYK00.490.910.54
HSL27.74º82.81%25.1%-
HSV(B)27.74º90.6%45.88%-
XYZ9.017.041.2-
YUV71.4693.88160.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=62.23%
G=31.91%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117601100.490.910.5427.7482.8125.1
Hex753CB0315B361c5319
Octal1657413061133663412331
Binary111010111110010110110001101101111011011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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