Html Css Color HEX #3E3013 Mikado

📋 copy color: '#3E3013'

red 62 ◦ green 48 ◦ blue 19

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

Shades of Mikado #3E3013

Tints of Mikado #3E3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 48.06%
G = 37.21%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E3013 (or 0x3E3013) is known color: Mikado. HEX triplet: 3E, 30 and 13. RGB value is (62,48,19). Sum of RGB (Red+Green+Blue) = 62+48+19=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3013 is #C1CFEC. Grayscale: #313131. Windows color (decimal): -12701677 or 1257534. OLE color: 1257534.

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

Color convert

RGB 62 48 19 -
CMYK 0 0.23 0.69 0.76
HSL 40.47º 0.53% 0.16% -
HSV(B) 40.47º 0.69% 0.24% -
XYZ 3.16 3.19 1.06 -
YUV 48.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 62 48 19 0 0.23 0.69 0.76 40.47 0.53 0.16
Hex 3E 30 13 0 17 45 4C 28 35 10
Octal 76 60 23 0 27 105 114 50 65 20
Binary 111110 110000 10011 0 10111 1000101 1001100 101000 110101 10000

Color Harmonies of #3E3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3013

Black with #3E3013

Text Example


Text Example

White with #3E3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,19); }

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

background-color css

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

 a { background-color: rgb(62,48,19); }

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

border-color css

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

 span { border-color: rgb(62,48,19); }

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