Html Css Color HEX #3E3400 Mikado

📋 copy color: '#3E3400'

red 62 ◦ green 52 ◦ blue 0

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

Shades of Mikado #3E3400

Tints of Mikado #3E3400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.39%
G = 45.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E3400 (or 0x3E3400) is known color: Mikado. HEX triplet: 3E, 34 and 00. RGB value is (62,52,0). Sum of RGB (Red+Green+Blue) = 62+52+0=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3400 is #C1CBFF. Grayscale: #313131. Windows color (decimal): -12700672 or 13374. OLE color: 13374.

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

Color convert

RGB 62 52 0 -
CMYK 0 0.16 1 0.76
HSL 50.32º 1% 0.12% -
HSV(B) 50.32º 1% 0.24% -
XYZ 3.21 3.48 0.5 -
YUV 49.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 62 52 0 0 0.16 1 0.76 50.32 1 0.12
Hex 3E 34 0 0 10 64 4C 32 64 C
Octal 76 64 0 0 20 144 114 62 144 14
Binary 111110 110100 0 0 10000 1100100 1001100 110010 1100100 1100

Color Harmonies of #3E3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3400

Black with #3E3400

Text Example


Text Example

White with #3E3400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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