#3B350E

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

Shades of Mikado #3B350E

Tints of Mikado #3B350E

Color information

#3B350E (or 0x3B350E) is unknown color: approx Mikado. HEX triplet: 3B, 35 and 0E. RGB value is (59,53,14). Sum of RGB (Red+Green+Blue) = 59+53+14=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B350E is #C4CAF1. Grayscale: #323232. Windows color (decimal): -12897010 or 931131. OLE color: 931131.

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

Color convert

RGB595314-
CMYK00.100.760.77
HSL52º61.64%14.31%-
HSV(B)52º76.27%23.14%-
XYZ3.163.510.93-
YUV50.35107.49134.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=46.83%
G=42.06%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59531400.100.760.775261.6414.31
Hex3B35E0A4C4D343ee
Octal736516012114115647616
Binary111011110101111001010100110010011011101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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