#5D3F0A

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

Shades of Raw Umber #5D3F0A

Tints of Raw Umber #5D3F0A

Color information

#5D3F0A (or 0x5D3F0A) is unknown color: approx Raw Umber. HEX triplet: 5D, 3F and 0A. RGB value is (93,63,10). Sum of RGB (Red+Green+Blue) = 93+63+10=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3F0A is #A2C0F5. Grayscale: #424242. Windows color (decimal): -10666230 or 671581. OLE color: 671581.

HSL color Cylindrical-coordinate representation of color #5D3F0A: hue angle of 38.31º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D3F0A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB936310-
CMYK00.320.890.64
HSL38.31º80.58%20.2%-
HSV(B)38.31º89.25%36.47%-
XYZ6.355.91.09-
YUV65.9396.44147.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 56.02%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=56.02%
G=37.95%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93631000.320.890.6438.3180.5820.2
Hex5D3FA0205940265114
Octal13577120401311004612124
Binary10111011111111010010000010110011000000100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,10); }

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

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

 a { background-color: rgb(93,63,10); }

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

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

 span { border-color: rgb(93,63,10); }

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