#3A331B

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

Shades of Mikado #3A331B

Tints of Mikado #3A331B

Color information

#3A331B (or 0x3A331B) is unknown color: approx Mikado. HEX triplet: 3A, 33 and 1B. RGB value is (58,51,27). Sum of RGB (Red+Green+Blue) = 58+51+27=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A331B is #C5CCE4. Grayscale: #323232. Windows color (decimal): -12963045 or 1782586. OLE color: 1782586.

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

Color convert

RGB585127-
CMYK00.120.530.77
HSL46.45º36.47%16.67%-
HSV(B)46.45º53.45%22.75%-
XYZ3.133.351.52-
YUV50.36114.82133.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.65%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=42.65%
G=37.5%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58512700.120.530.7746.4536.4716.67
Hex3A331B0C354D2e2411
Octal72633301465115564421
Binary1110101100111101101100110101100110110111010010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,27); }

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

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

 a { background-color: rgb(58,51,27); }

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

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

 span { border-color: rgb(58,51,27); }

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