Html Css Color HEX #3B3215 Mikado

📋 copy color: '#3B3215'

red 59 ◦ green 50 ◦ blue 21

#3B3215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3B3215

Tints of Mikado #3B3215

RGB

 RED value IS 59 (23.44% from 255) = 45.38%

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 45.38%
G = 38.46%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B3215 (or 0x3B3215) is known color: Mikado. HEX triplet: 3B, 32 and 15. RGB value is (59,50,21). Sum of RGB (Red+Green+Blue) = 59+50+21=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3215 is #C4CDEA. Grayscale: #313131. Windows color (decimal): -12897771 or 1389115. OLE color: 1389115.

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

Color convert

RGB 59 50 21 -
CMYK 0 0.15 0.64 0.77
HSL 45.79º 0.48% 0.16% -
HSV(B) 45.79º 0.64% 0.23% -
XYZ 3.08 3.27 1.18 -
YUV 49.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 59 50 21 0 0.15 0.64 0.77 45.79 0.48 0.16
Hex 3B 32 15 0 F 40 4D 2E 30 10
Octal 73 62 25 0 17 100 115 56 60 20
Binary 111011 110010 10101 0 1111 1000000 1001101 101110 110000 10000

Color Harmonies of #3B3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3215

Black with #3B3215

Text Example


Text Example

White with #3B3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,21); }

 H1.HeaderClassName
 {
   color: #3B3215;
 }
 .AnyTagClassName
 {
   color: #3B3215;
 }
</style>

background-color css

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

 a { background-color: rgb(59,50,21); }

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

border-color css

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

 span { border-color: rgb(59,50,21); }

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