#3E3302

Color #3E3302 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3E3302

Tints of Mikado #3E3302

Color information

#3E3302 (or 0x3E3302) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 02. RGB value is (62,51,2). Sum of RGB (Red+Green+Blue) = 62+51+2=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3302 is #C1CCFD. Grayscale: #303030. Windows color (decimal): -12700926 or 144190. OLE color: 144190.

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

Color convert

RGB62512-
CMYK00.180.970.76
HSL49º93.75%12.55%-
HSV(B)49º96.77%24.31%-
XYZ3.183.40.55-
YUV48.7101.64137.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=53.91%
G=44.35%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251200.180.970.764993.7512.55
Hex3E332012614C315ed
Octal766320221411146113615
Binary111110110011100100101100001100110011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E3302;
 }
 .AnyTagClassName
 {
   color: #3E3302;
 }
</style>
background-color css

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

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

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

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

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

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