Html Css Color HEX #3B2921 Brown Pod

📋 copy color: '#3B2921'

red 59 ◦ green 41 ◦ blue 33

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

Shades of Brown Pod #3B2921

Tints of Brown Pod #3B2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 44.36%
G = 30.83%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#3B2921 (or 0x3B2921) is known color: Brown Pod. HEX triplet: 3B, 29 and 21. RGB value is (59,41,33). Sum of RGB (Red+Green+Blue) = 59+41+33=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2921 is #C4D6DE. Grayscale: #2D2D2D. Windows color (decimal): -12900063 or 2173243. OLE color: 2173243.

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

Color convert

RGB 59 41 33 -
CMYK 0 0.31 0.44 0.77
HSL 18.46º 0.28% 0.18% -
HSV(B) 18.46º 0.44% 0.23% -
XYZ 2.87 2.63 1.79 -
YUV 45.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 59 41 33 0 0.31 0.44 0.77 18.46 0.28 0.18
Hex 3B 29 21 0 1F 2C 4D 12 1C 12
Octal 73 51 41 0 37 54 115 22 34 22
Binary 111011 101001 100001 0 11111 101100 1001101 10010 11100 10010

Color Harmonies of #3B2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2921

Black with #3B2921

Text Example


Text Example

White with #3B2921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,33); }

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

background-color css

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

 a { background-color: rgb(59,41,33); }

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

border-color css

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

 span { border-color: rgb(59,41,33); }

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