Html Css Color HEX #3E3312 Mikado

📋 copy color: '#3E3312'

red 62 ◦ green 51 ◦ blue 18

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

Shades of Mikado #3E3312

Tints of Mikado #3E3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 47.33%
G = 38.93%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#3E3312 (or 0x3E3312) is known color: Mikado. HEX triplet: 3E, 33 and 12. RGB value is (62,51,18). Sum of RGB (Red+Green+Blue) = 62+51+18=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3312 is #C1CCED. Grayscale: #323232. Windows color (decimal): -12700910 or 1192766. OLE color: 1192766.

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

Color convert

RGB 62 51 18 -
CMYK 0 0.18 0.71 0.76
HSL 45º 0.55% 0.16% -
HSV(B) 45º 0.71% 0.24% -
XYZ 3.28 3.44 1.06 -
YUV 50.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 62 51 18 0 0.18 0.71 0.76 45 0.55 0.16
Hex 3E 33 12 0 12 47 4C 2D 37 10
Octal 76 63 22 0 22 107 114 55 67 20
Binary 111110 110011 10010 0 10010 1000111 1001100 101101 110111 10000

Color Harmonies of #3E3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3312

Black with #3E3312

Text Example


Text Example

White with #3E3312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,18); }

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

background-color css

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

 a { background-color: rgb(62,51,18); }

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

border-color css

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

 span { border-color: rgb(62,51,18); }

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