Html Css Color HEX #3E342B Slugger

📋 copy color: '#3E342B'

red 62 ◦ green 52 ◦ blue 43

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

Shades of Slugger #3E342B

Tints of Slugger #3E342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 39.49%
G = 33.12%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3E342B (or 0x3E342B) is known color: Slugger. HEX triplet: 3E, 34 and 2B. RGB value is (62,52,43). Sum of RGB (Red+Green+Blue) = 62+52+43=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E342B is #C1CBD4. Grayscale: #363636. Windows color (decimal): -12700629 or 2831422. OLE color: 2831422.

HSL color Cylindrical-coordinate representation of color #3E342B: hue angle of 28.42º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E342B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 52 43 -
CMYK 0 0.16 0.31 0.76
HSL 28.42º 0.18% 0.21% -
HSV(B) 28.42º 0.31% 0.24% -
XYZ 3.65 3.65 2.8 -
YUV 53.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 62 52 43 0 0.16 0.31 0.76 28.42 0.18 0.21
Hex 3E 34 2B 0 10 1F 4C 1C 12 15
Octal 76 64 53 0 20 37 114 34 22 25
Binary 111110 110100 101011 0 10000 11111 1001100 11100 10010 10101

Color Harmonies of #3E342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E342B

Black with #3E342B

Text Example


Text Example

White with #3E342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,52,43); }

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

background-color css

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

 a { background-color: rgb(62,52,43); }

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

border-color css

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

 span { border-color: rgb(62,52,43); }

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