#5D450A

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

Shades of Raw Umber #5D450A

Tints of Raw Umber #5D450A

Color information

#5D450A (or 0x5D450A) is unknown color: approx Raw Umber. HEX triplet: 5D, 45 and 0A. RGB value is (93,69,10). Sum of RGB (Red+Green+Blue) = 93+69+10=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D450A is #A2BAF5. Grayscale: #454545. Windows color (decimal): -10664694 or 673117. OLE color: 673117.

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

Color convert

RGB936910-
CMYK00.260.890.64
HSL42.65º80.58%20.2%-
HSV(B)42.65º89.25%36.47%-
XYZ6.76.611.21-
YUV69.4594.45144.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.07%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=54.07%
G=40.12%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93691000.260.890.6442.6580.5820.2
Hex5D45A01A59402b5114
Octal135105120321311005312124
Binary10111011000101101001101010110011000000101011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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