Html Css Color HEX #3B3211 Mikado

📋 copy color: '#3B3211'

red 59 ◦ green 50 ◦ blue 17

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

Shades of Mikado #3B3211

Tints of Mikado #3B3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 46.83%
G = 39.68%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#3B3211 (or 0x3B3211) is known color: Mikado. HEX triplet: 3B, 32 and 11. RGB value is (59,50,17). Sum of RGB (Red+Green+Blue) = 59+50+17=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3211 is #C4CDEE. Grayscale: #313131. Windows color (decimal): -12897775 or 1126971. OLE color: 1126971.

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

Color convert

RGB 59 50 17 -
CMYK 0 0.15 0.71 0.77
HSL 47.14º 0.55% 0.15% -
HSV(B) 47.14º 0.71% 0.23% -
XYZ 3.05 3.25 1 -
YUV 48.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 59 50 17 0 0.15 0.71 0.77 47.14 0.55 0.15
Hex 3B 32 11 0 F 47 4D 2F 37 F
Octal 73 62 21 0 17 107 115 57 67 17
Binary 111011 110010 10001 0 1111 1000111 1001101 101111 110111 1111

Color Harmonies of #3B3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3211

Black with #3B3211

Text Example


Text Example

White with #3B3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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