#3B3424

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

Shades of Mikado #3B3424

Tints of Mikado #3B3424

Color information

#3B3424 (or 0x3B3424) is unknown color: approx Mikado. HEX triplet: 3B, 34 and 24. RGB value is (59,52,36). Sum of RGB (Red+Green+Blue) = 59+52+36=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3424 is #C4CBDB. Grayscale: #343434. Windows color (decimal): -12897244 or 2372667. OLE color: 2372667.

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

Color convert

RGB595236-
CMYK00.120.390.77
HSL41.74º24.21%18.63%-
HSV(B)41.74º38.98%23.14%-
XYZ3.353.512.17-
YUV52.27118.82132.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=40.14%
G=35.37%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59523600.120.390.7741.7424.2118.63
Hex3B34240C274D2a1813
Octal73644401447115523023
Binary1110111101001001000110010011110011011010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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