Html Css Color HEX #3B350D Mikado

📋 copy color: '#3B350D'

red 59 ◦ green 53 ◦ blue 13

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

Shades of Mikado #3B350D

Tints of Mikado #3B350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 47.2%
G = 42.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B350D (or 0x3B350D) is known color: Mikado. HEX triplet: 3B, 35 and 0D. RGB value is (59,53,13). Sum of RGB (Red+Green+Blue) = 59+53+13=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B350D is #C4CAF2. Grayscale: #323232. Windows color (decimal): -12897011 or 865595. OLE color: 865595.

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

Color convert

RGB 59 53 13 -
CMYK 0 0.10 0.78 0.77
HSL 52.17º 0.64% 0.14% -
HSV(B) 52.17º 0.78% 0.23% -
XYZ 3.15 3.51 0.89 -
YUV 50.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 59 53 13 0 0.10 0.78 0.77 52.17 0.64 0.14
Hex 3B 35 D 0 A 4E 4D 34 40 E
Octal 73 65 15 0 12 116 115 64 100 16
Binary 111011 110101 1101 0 1010 1001110 1001101 110100 1000000 1110

Color Harmonies of #3B350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B350D

Black with #3B350D

Text Example


Text Example

White with #3B350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,13); }

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

background-color css

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

 a { background-color: rgb(59,53,13); }

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

border-color css

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

 span { border-color: rgb(59,53,13); }

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