Html Css Color HEX #3E3215 Mikado

📋 copy color: '#3E3215'

red 62 ◦ green 50 ◦ blue 21

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

Shades of Mikado #3E3215

Tints of Mikado #3E3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 46.62%
G = 37.59%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E3215 (or 0x3E3215) is known color: Mikado. HEX triplet: 3E, 32 and 15. RGB value is (62,50,21). Sum of RGB (Red+Green+Blue) = 62+50+21=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3215 is #C1CDEA. Grayscale: #323232. Windows color (decimal): -12701163 or 1389118. OLE color: 1389118.

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

Color convert

RGB 62 50 21 -
CMYK 0 0.19 0.66 0.76
HSL 42.44º 0.49% 0.16% -
HSV(B) 42.44º 0.66% 0.24% -
XYZ 3.26 3.36 1.19 -
YUV 50.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 62 50 21 0 0.19 0.66 0.76 42.44 0.49 0.16
Hex 3E 32 15 0 13 42 4C 2A 31 10
Octal 76 62 25 0 23 102 114 52 61 20
Binary 111110 110010 10101 0 10011 1000010 1001100 101010 110001 10000

Color Harmonies of #3E3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3215

Black with #3E3215

Text Example


Text Example

White with #3E3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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