Html Css Color HEX #3B3213 Mikado

📋 copy color: '#3B3213'

red 59 ◦ green 50 ◦ blue 19

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

Shades of Mikado #3B3213

Tints of Mikado #3B3213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 46.09%
G = 39.06%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B3213 (or 0x3B3213) is known color: Mikado. HEX triplet: 3B, 32 and 13. RGB value is (59,50,19). Sum of RGB (Red+Green+Blue) = 59+50+19=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3213 is #C4CDEC. Grayscale: #313131. Windows color (decimal): -12897773 or 1258043. OLE color: 1258043.

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

Color convert

RGB 59 50 19 -
CMYK 0 0.15 0.68 0.77
HSL 46.5º 0.51% 0.15% -
HSV(B) 46.5º 0.68% 0.23% -
XYZ 3.06 3.26 1.08 -
YUV 49.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 59 50 19 0 0.15 0.68 0.77 46.5 0.51 0.15
Hex 3B 32 13 0 F 44 4D 2E 33 F
Octal 73 62 23 0 17 104 115 56 63 17
Binary 111011 110010 10011 0 1111 1000100 1001101 101110 110011 1111

Color Harmonies of #3B3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3213

Black with #3B3213

Text Example


Text Example

White with #3B3213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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