#3B3518

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

Shades of Mikado #3B3518

Tints of Mikado #3B3518

Color information

#3B3518 (or 0x3B3518) is unknown color: approx Mikado. HEX triplet: 3B, 35 and 18. RGB value is (59,53,24). Sum of RGB (Red+Green+Blue) = 59+53+24=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3518 is #C4CAE7. Grayscale: #333333. Windows color (decimal): -12897000 or 1586491. OLE color: 1586491.

HSL color Cylindrical-coordinate representation of color #3B3518: hue angle of 49.71º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3518 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB595324-
CMYK00.100.590.77
HSL49.71º42.17%16.27%-
HSV(B)49.71º59.32%23.14%-
XYZ3.243.541.38-
YUV51.49112.49133.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.38%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=43.38%
G=38.97%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59532400.100.590.7749.7142.1716.27
Hex3B35180A3B4D322a10
Octal73653001273115625220
Binary1110111101011100001010111011100110111001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,24); }

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

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

 a { background-color: rgb(59,53,24); }

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

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

 span { border-color: rgb(59,53,24); }

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