Html Css Color HEX #3B2619 Bistre

📋 copy color: '#3B2619'

red 59 ◦ green 38 ◦ blue 25

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

Shades of Bistre #3B2619

Tints of Bistre #3B2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.15%

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

R = 48.36%
G = 31.15%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#3B2619 (or 0x3B2619) is known color: Bistre. HEX triplet: 3B, 26 and 19. RGB value is (59,38,25). Sum of RGB (Red+Green+Blue) = 59+38+25=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2619 is #C4D9E6. Grayscale: #2A2A2A. Windows color (decimal): -12900839 or 1648187. OLE color: 1648187.

HSL color Cylindrical-coordinate representation of color #3B2619: hue angle of 22.94º 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 #3B2619 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 38 25 -
CMYK 0 0.36 0.58 0.77
HSL 22.94º 0.4% 0.16% -
HSV(B) 22.94º 0.58% 0.23% -
XYZ 2.67 2.39 1.24 -
YUV 42.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 59 38 25 0 0.36 0.58 0.77 22.94 0.4 0.16
Hex 3B 26 19 0 24 3A 4D 17 28 10
Octal 73 46 31 0 44 72 115 27 50 20
Binary 111011 100110 11001 0 100100 111010 1001101 10111 101000 10000

Color Harmonies of #3B2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2619

Black with #3B2619

Text Example


Text Example

White with #3B2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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