#3B341A

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

Shades of Mikado #3B341A

Tints of Mikado #3B341A

Color information

#3B341A (or 0x3B341A) is unknown color: approx Mikado. HEX triplet: 3B, 34 and 1A. RGB value is (59,52,26). Sum of RGB (Red+Green+Blue) = 59+52+26=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B341A is #C4CBE5. Grayscale: #333333. Windows color (decimal): -12897254 or 1717307. OLE color: 1717307.

HSL color Cylindrical-coordinate representation of color #3B341A: hue angle of 47.27º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B341A is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB595226-
CMYK00.120.560.77
HSL47.27º38.82%16.67%-
HSV(B)47.27º55.93%23.14%-
XYZ3.223.461.48-
YUV51.13113.82133.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.07%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=43.07%
G=37.96%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59522600.120.560.7747.2738.8216.67
Hex3B341A0C384D2f2711
Octal73643201470115574721
Binary1110111101001101001100111000100110110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,26); }

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

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

 a { background-color: rgb(59,52,26); }

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

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

 span { border-color: rgb(59,52,26); }

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