#5D5100

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

Shades of Raw Umber #5D5100

Tints of Raw Umber #5D5100

Color information

#5D5100 (or 0x5D5100) is unknown color: approx Raw Umber. HEX triplet: 5D, 51 and 00. RGB value is (93,81,0). Sum of RGB (Red+Green+Blue) = 93+81+0=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5100 is #A2AEFF. Grayscale: #4B4B4B. Windows color (decimal): -10661632 or 20829. OLE color: 20829.

HSL color Cylindrical-coordinate representation of color #5D5100: hue angle of 52.26º 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 #5D5100 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB93810-
CMYK00.1310.64
HSL52.26º100%18.24%-
HSV(B)52.26º100%36.47%-
XYZ7.468.211.19-
YUV75.3585.48140.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.45%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.45%
G=46.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9381000.1310.6452.2610018.24
Hex5D5100D6440346412
Octal13512100151441006414422
Binary1011101101000100110111001001000000110100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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