Html Css Color HEX #3B2019 Brown Pod

📋 copy color: '#3B2019'

red 59 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #3B2019

Tints of Brown Pod #3B2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 50.86%
G = 27.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#3B2019 (or 0x3B2019) is known color: Brown Pod. HEX triplet: 3B, 20 and 19. RGB value is (59,32,25). Sum of RGB (Red+Green+Blue) = 59+32+25=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2019 is #C4DFE6. Grayscale: #272727. Windows color (decimal): -12902375 or 1646651. OLE color: 1646651.

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

Color convert

RGB 59 32 25 -
CMYK 0 0.46 0.58 0.77
HSL 12.35º 0.4% 0.16% -
HSV(B) 12.35º 0.58% 0.23% -
XYZ 2.5 2.03 1.18 -
YUV 39.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 59 32 25 0 0.46 0.58 0.77 12.35 0.4 0.16
Hex 3B 20 19 0 2E 3A 4D C 28 10
Octal 73 40 31 0 56 72 115 14 50 20
Binary 111011 100000 11001 0 101110 111010 1001101 1100 101000 10000

Color Harmonies of #3B2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2019

Black with #3B2019

Text Example


Text Example

White with #3B2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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