#3B3321

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

Shades of Mikado #3B3321

Tints of Mikado #3B3321

Color information

#3B3321 (or 0x3B3321) is unknown color: approx Mikado. HEX triplet: 3B, 33 and 21. RGB value is (59,51,33). Sum of RGB (Red+Green+Blue) = 59+51+33=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3321 is #C4CCDE. Grayscale: #333333. Windows color (decimal): -12897503 or 2175803. OLE color: 2175803.

HSL color Cylindrical-coordinate representation of color #3B3321: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B3321 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB595133-
CMYK00.140.440.77
HSL41.54º28.26%18.04%-
HSV(B)41.54º44.07%23.14%-
XYZ3.263.411.92-
YUV51.34117.65133.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=41.26%
G=35.66%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59513300.140.440.7741.5428.2618.04
Hex3B33210E2C4D2a1c12
Octal73634101654115523422
Binary1110111100111000010111010110010011011010101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,33); }

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

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

 a { background-color: rgb(59,51,33); }

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

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

 span { border-color: rgb(59,51,33); }

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