#3B3423

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

Shades of Mikado #3B3423

Tints of Mikado #3B3423

Color information

#3B3423 (or 0x3B3423) is unknown color: approx Mikado. HEX triplet: 3B, 34 and 23. RGB value is (59,52,35). Sum of RGB (Red+Green+Blue) = 59+52+35=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3423 is #C4CBDC. Grayscale: #343434. Windows color (decimal): -12897245 or 2307131. OLE color: 2307131.

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

Color convert

RGB595235-
CMYK00.120.410.77
HSL42.5º25.53%18.43%-
HSV(B)42.5º40.68%23.14%-
XYZ3.333.512.09-
YUV52.15118.32132.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=40.41%
G=35.62%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59523500.120.410.7742.525.5318.43
Hex3B34230C294D2a1a12
Octal73644301451115523222
Binary1110111101001000110110010100110011011010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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