#753600

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

Shades of Raw Umber #753600

Tints of Raw Umber #753600

Color information

#753600 (or 0x753600) is unknown color: approx Raw Umber. HEX triplet: 75, 36 and 00. RGB value is (117,54,0). Sum of RGB (Red+Green+Blue) = 117+54+0=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #753600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753600 is #8AC9FF. Grayscale: #424242. Windows color (decimal): -9095680 or 13941. OLE color: 13941.

HSL color Cylindrical-coordinate representation of color #753600: hue angle of 27.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #753600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117540-
CMYK00.5410.54
HSL27.69º100%22.94%-
HSV(B)27.69º100%45.88%-
XYZ8.666.420.78-
YUV66.6890.37163.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.42%
G=31.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11754000.5410.5427.6910022.94
Hex7536003664361c6417
Octal165660066144663414427
Binary111010111011000110110110010011011011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753600; }

 p { color: rgb(117,54,0); }

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

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

 a { background-color: rgb(117,54,0); }

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

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

 span { border-color: rgb(117,54,0); }

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