#3E3318

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

Shades of Mikado #3E3318

Tints of Mikado #3E3318

Color information

#3E3318 (or 0x3E3318) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 18. RGB value is (62,51,24). Sum of RGB (Red+Green+Blue) = 62+51+24=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3318 is #C1CCE7. Grayscale: #333333. Windows color (decimal): -12700904 or 1585982. OLE color: 1585982.

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

Color convert

RGB625124-
CMYK00.180.610.76
HSL42.63º44.19%16.86%-
HSV(B)42.63º61.29%24.31%-
XYZ3.343.461.36-
YUV51.21112.64135.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=45.26%
G=37.23%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62512400.180.610.7642.6344.1916.86
Hex3E33180123D4C2b2c11
Octal76633002275114535421
Binary11111011001111000010010111101100110010101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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