Html Css Color HEX #3B3013 Mikado

📋 copy color: '#3B3013'

red 59 ◦ green 48 ◦ blue 19

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

Shades of Mikado #3B3013

Tints of Mikado #3B3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

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

R = 46.83%
G = 38.1%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B3013 (or 0x3B3013) is known color: Mikado. HEX triplet: 3B, 30 and 13. RGB value is (59,48,19). Sum of RGB (Red+Green+Blue) = 59+48+19=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3013 is #C4CFEC. Grayscale: #303030. Windows color (decimal): -12898285 or 1257531. OLE color: 1257531.

HSL color Cylindrical-coordinate representation of color #3B3013: hue angle of 43.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 #3B3013 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 48 19 -
CMYK 0 0.19 0.68 0.77
HSL 43.5º 0.51% 0.15% -
HSV(B) 43.5º 0.68% 0.23% -
XYZ 2.98 3.09 1.06 -
YUV 47.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 59 48 19 0 0.19 0.68 0.77 43.5 0.51 0.15
Hex 3B 30 13 0 13 44 4D 2C 33 F
Octal 73 60 23 0 23 104 115 54 63 17
Binary 111011 110000 10011 0 10011 1000100 1001101 101100 110011 1111

Color Harmonies of #3B3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3013

Black with #3B3013

Text Example


Text Example

White with #3B3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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