#3B2E14

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

Shades of Mikado #3B2E14

Tints of Mikado #3B2E14

Color information

#3B2E14 (or 0x3B2E14) is unknown color: approx Mikado. HEX triplet: 3B, 2E and 14. RGB value is (59,46,20). Sum of RGB (Red+Green+Blue) = 59+46+20=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E14 is #C4D1EB. Grayscale: #2F2F2F. Windows color (decimal): -12898796 or 1322555. OLE color: 1322555.

HSL color Cylindrical-coordinate representation of color #3B2E14: hue angle of 40º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2E14 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB594620-
CMYK00.220.660.77
HSL40º49.37%15.49%-
HSV(B)40º66.1%23.14%-
XYZ2.912.931.07-
YUV46.92112.81136.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.2%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 20 (8.20% from 255) = 16%
R=47.2%
G=36.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59462000.220.660.774049.3715.49
Hex3B2E14016424D2831f
Octal735624026102115506117
Binary11101110111010100010110100001010011011010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,20); }

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

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

 a { background-color: rgb(59,46,20); }

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

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

 span { border-color: rgb(59,46,20); }

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