Html Css Color HEX #3E3B32 Woodrush

📋 copy color: '#3E3B32'

red 62 ◦ green 59 ◦ blue 50

#3E3B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodrush #3E3B32

Tints of Woodrush #3E3B32

RGB

 RED value IS 62 (24.61% from 255) = 36.26%

 GREEN value IS 59 (23.44% from 255) = 34.5%

 BLUE value IS 50 (19.92% from 255) = 29.24%

R = 36.26%
G = 34.5%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#3E3B32 (or 0x3E3B32) is known color: Woodrush. HEX triplet: 3E, 3B and 32. RGB value is (62,59,50). Sum of RGB (Red+Green+Blue) = 62+59+50=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B32 is #C1C4CD. Grayscale: #3A3A3A. Windows color (decimal): -12698830 or 3291966. OLE color: 3291966.

HSL color Cylindrical-coordinate representation of color #3E3B32: hue angle of 45º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3B32 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 59 50 -
CMYK 0 0.05 0.19 0.76
HSL 45º 0.11% 0.22% -
HSV(B) 45º 0.19% 0.24% -
XYZ 4.13 4.38 3.65 -
YUV 58.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 62 59 50 0 0.05 0.19 0.76 45 0.11 0.22
Hex 3E 3B 32 0 5 13 4C 2D B 16
Octal 76 73 62 0 5 23 114 55 13 26
Binary 111110 111011 110010 0 101 10011 1001100 101101 1011 10110

Color Harmonies of #3E3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B32

Black with #3E3B32

Text Example


Text Example

White with #3E3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,50); }

 H1.HeaderClassName
 {
   color: #3E3B32;
 }
 .AnyTagClassName
 {
   color: #3E3B32;
 }
</style>

background-color css

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

 a { background-color: rgb(62,59,50); }

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

border-color css

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

 span { border-color: rgb(62,59,50); }

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