#5D613E

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

Shades of Woodland #5D613E

Tints of Woodland #5D613E

Color information

#5D613E (or 0x5D613E) is unknown color: approx Woodland. HEX triplet: 5D, 61 and 3E. RGB value is (93,97,62). Sum of RGB (Red+Green+Blue) = 93+97+62=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #5D613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D613E is #A29EC1. Grayscale: #5B5B5B. Windows color (decimal): -10657474 or 4088157. OLE color: 4088157.

HSL color Cylindrical-coordinate representation of color #5D613E: hue angle of 66.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D613E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB939762-
CMYK0.0400.360.62
HSL66.86º22.01%31.18%-
HSV(B)66.86º36.08%38.04%-
XYZ9.6611.226.21-
YUV91.81111.17128.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=36.90%
G=38.49%
B=24.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397620.0400.360.6266.8622.0131.18
Hex5D613E40243E43161f
Octal135141764044761032637
Binary10111011100001111110100010010011111010000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,62); }

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

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

 a { background-color: rgb(93,97,62); }

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

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

 span { border-color: rgb(93,97,62); }

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