Html Css Color HEX #3B3519 Mikado

📋 copy color: '#3B3519'

red 59 ◦ green 53 ◦ blue 25

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

Shades of Mikado #3B3519

Tints of Mikado #3B3519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 43.07%
G = 38.69%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#3B3519 (or 0x3B3519) is known color: Mikado. HEX triplet: 3B, 35 and 19. RGB value is (59,53,25). Sum of RGB (Red+Green+Blue) = 59+53+25=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3519 is #C4CAE6. Grayscale: #333333. Windows color (decimal): -12896999 or 1652027. OLE color: 1652027.

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

Color convert

RGB 59 53 25 -
CMYK 0 0.10 0.58 0.77
HSL 49.41º 0.4% 0.16% -
HSV(B) 49.41º 0.58% 0.23% -
XYZ 3.25 3.55 1.43 -
YUV 51.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 59 53 25 0 0.10 0.58 0.77 49.41 0.4 0.16
Hex 3B 35 19 0 A 3A 4D 31 28 10
Octal 73 65 31 0 12 72 115 61 50 20
Binary 111011 110101 11001 0 1010 111010 1001101 110001 101000 10000

Color Harmonies of #3B3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3519

Black with #3B3519

Text Example


Text Example

White with #3B3519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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