Html Css Color HEX #3B3315 Mikado

📋 copy color: '#3B3315'

red 59 ◦ green 51 ◦ blue 21

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

Shades of Mikado #3B3315

Tints of Mikado #3B3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

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

R = 45.04%
G = 38.93%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B3315 (or 0x3B3315) is known color: Mikado. HEX triplet: 3B, 33 and 15. RGB value is (59,51,21). Sum of RGB (Red+Green+Blue) = 59+51+21=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3315 is #C4CCEA. Grayscale: #323232. Windows color (decimal): -12897515 or 1389371. OLE color: 1389371.

HSL color Cylindrical-coordinate representation of color #3B3315: hue angle of 47.37º 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 #3B3315 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 51 21 -
CMYK 0 0.14 0.64 0.77
HSL 47.37º 0.48% 0.16% -
HSV(B) 47.37º 0.64% 0.23% -
XYZ 3.12 3.35 1.19 -
YUV 49.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 59 51 21 0 0.14 0.64 0.77 47.37 0.48 0.16
Hex 3B 33 15 0 E 40 4D 2F 30 10
Octal 73 63 25 0 16 100 115 57 60 20
Binary 111011 110011 10101 0 1110 1000000 1001101 101111 110000 10000

Color Harmonies of #3B3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3315

Black with #3B3315

Text Example


Text Example

White with #3B3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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