#3E3A25

Color #3E3A25 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #3E3A25

Tints of Woodrush #3E3A25

Color information

#3E3A25 (or 0x3E3A25) is unknown color: approx Woodrush. HEX triplet: 3E, 3A and 25. RGB value is (62,58,37). Sum of RGB (Red+Green+Blue) = 62+58+37=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A25 is #C1C5DA. Grayscale: #383838. Windows color (decimal): -12699099 or 2439742. OLE color: 2439742.

HSL color Cylindrical-coordinate representation of color #3E3A25: hue angle of 50.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3A25 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB625837-
CMYK00.060.400.76
HSL50.4º25.25%19.41%-
HSV(B)50.4º40.32%24.31%-
XYZ3.834.182.36-
YUV56.8116.83131.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.49%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=39.49%
G=36.94%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62583700.060.400.7650.425.2519.41
Hex3E3A2506284C321913
Octal7672450650114623123
Binary111110111010100101011010100010011001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3A25; }

 p { color: rgb(62,58,37); }

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

<style>
 a { background-color: #3E3A25; }

 a { background-color: rgb(62,58,37); }

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

<style>
 span { border-color: #3E3A25; }

 span { border-color: rgb(62,58,37); }

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