#3B2D06

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

Shades of Mikado #3B2D06

Tints of Mikado #3B2D06

Color information

#3B2D06 (or 0x3B2D06) is unknown color: approx Mikado. HEX triplet: 3B, 2D and 06. RGB value is (59,45,6). Sum of RGB (Red+Green+Blue) = 59+45+6=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D06 is #C4D2F9. Grayscale: #2C2C2C. Windows color (decimal): -12899066 or 404795. OLE color: 404795.

HSL color Cylindrical-coordinate representation of color #3B2D06: hue angle of 44.15º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2D06 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59456-
CMYK00.240.900.77
HSL44.15º81.54%12.75%-
HSV(B)44.15º89.83%23.14%-
XYZ2.772.820.57-
YUV44.74106.14138.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.64%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=53.64%
G=40.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5945600.240.900.7744.1581.5412.75
Hex3B2D60185A4D2c52d
Octal735560301321155412215
Binary1110111011011100110001011010100110110110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,6); }

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

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

 a { background-color: rgb(59,45,6); }

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

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

 span { border-color: rgb(59,45,6); }

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