#5D420C

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

Shades of Raw Umber #5D420C

Tints of Raw Umber #5D420C

Color information

#5D420C (or 0x5D420C) is unknown color: approx Raw Umber. HEX triplet: 5D, 42 and 0C. RGB value is (93,66,12). Sum of RGB (Red+Green+Blue) = 93+66+12=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D420C is #A2BDF3. Grayscale: #444444. Windows color (decimal): -10665460 or 803421. OLE color: 803421.

HSL color Cylindrical-coordinate representation of color #5D420C: hue angle of 40º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D420C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB936612-
CMYK00.290.870.64
HSL40º77.14%20.59%-
HSV(B)40º87.1%36.47%-
XYZ6.536.251.21-
YUV67.9296.45145.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.39%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=54.39%
G=38.60%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93661200.290.870.644077.1420.59
Hex5D42C01D5740284d15
Octal135102140351271005011525
Binary10111011000010110001110110101111000000101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,12); }

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

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

 a { background-color: rgb(93,66,12); }

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

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

 span { border-color: rgb(93,66,12); }

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