Html Css Color HEX #3B2B20 Bistre

📋 copy color: '#3B2B20'

red 59 ◦ green 43 ◦ blue 32

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

Shades of Bistre #3B2B20

Tints of Bistre #3B2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 44.03%
G = 32.09%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#3B2B20 (or 0x3B2B20) is known color: Bistre. HEX triplet: 3B, 2B and 20. RGB value is (59,43,32). Sum of RGB (Red+Green+Blue) = 59+43+32=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B20 is #C4D4DF. Grayscale: #2E2E2E. Windows color (decimal): -12899552 or 2108219. OLE color: 2108219.

HSL color Cylindrical-coordinate representation of color #3B2B20: hue angle of 24.44º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2B20 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 43 32 -
CMYK 0 0.27 0.46 0.77
HSL 24.44º 0.3% 0.18% -
HSV(B) 24.44º 0.46% 0.23% -
XYZ 2.93 2.76 1.75 -
YUV 46.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 59 43 32 0 0.27 0.46 0.77 24.44 0.3 0.18
Hex 3B 2B 20 0 1B 2E 4D 18 1E 12
Octal 73 53 40 0 33 56 115 30 36 22
Binary 111011 101011 100000 0 11011 101110 1001101 11000 11110 10010

Color Harmonies of #3B2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2B20

Black with #3B2B20

Text Example


Text Example

White with #3B2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,43,32); }

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

background-color css

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

 a { background-color: rgb(59,43,32); }

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

border-color css

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

 span { border-color: rgb(59,43,32); }

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