#5D4600

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

Shades of Raw Umber #5D4600

Tints of Raw Umber #5D4600

Color information

#5D4600 (or 0x5D4600) is unknown color: approx Raw Umber. HEX triplet: 5D, 46 and 00. RGB value is (93,70,0). Sum of RGB (Red+Green+Blue) = 93+70+0=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4600 is #A2B9FF. Grayscale: #454545. Windows color (decimal): -10664448 or 18013. OLE color: 18013.

HSL color Cylindrical-coordinate representation of color #5D4600: hue angle of 45.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D4600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB93700-
CMYK00.2510.64
HSL45.16º100%18.24%-
HSV(B)45.16º100%36.47%-
XYZ6.76.710.94-
YUV68.989.12145.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 57.06%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.06%
G=42.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9370000.2510.6445.1610018.24
Hex5D46001964402d6412
Octal13510600311441005514422
Binary10111011000110001100111001001000000101101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4600; }

 p { color: rgb(93,70,0); }

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

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

 a { background-color: rgb(93,70,0); }

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

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

 span { border-color: rgb(93,70,0); }

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