#3E3316

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

Shades of Mikado #3E3316

Tints of Mikado #3E3316

Color information

#3E3316 (or 0x3E3316) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 16. RGB value is (62,51,22). Sum of RGB (Red+Green+Blue) = 62+51+22=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3316 is #C1CCE9. Grayscale: #333333. Windows color (decimal): -12700906 or 1454910. OLE color: 1454910.

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

Color convert

RGB625122-
CMYK00.180.650.76
HSL43.5º47.62%16.47%-
HSV(B)43.5º64.52%24.31%-
XYZ3.323.451.25-
YUV50.98111.64135.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=45.93%
G=37.78%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62512200.180.650.7643.547.6216.47
Hex3E3316012414C2c3010
Octal766326022101114546020
Binary111110110011101100100101000001100110010110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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