Html Css Color HEX #3B2216 Brown Pod

📋 copy color: '#3B2216'

red 59 ◦ green 34 ◦ blue 22

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

Shades of Brown Pod #3B2216

Tints of Brown Pod #3B2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.57%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 51.3%
G = 29.57%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B2216 (or 0x3B2216) is known color: Brown Pod. HEX triplet: 3B, 22 and 16. RGB value is (59,34,22). Sum of RGB (Red+Green+Blue) = 59+34+22=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2216 is #C4DDE9. Grayscale: #282828. Windows color (decimal): -12901866 or 1450555. OLE color: 1450555.

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

Color convert

RGB 59 34 22 -
CMYK 0 0.42 0.63 0.77
HSL 19.46º 0.46% 0.16% -
HSV(B) 19.46º 0.63% 0.23% -
XYZ 2.52 2.13 1.04 -
YUV 40.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 59 34 22 0 0.42 0.63 0.77 19.46 0.46 0.16
Hex 3B 22 16 0 2A 3F 4D 13 2E 10
Octal 73 42 26 0 52 77 115 23 56 20
Binary 111011 100010 10110 0 101010 111111 1001101 10011 101110 10000

Color Harmonies of #3B2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2216

Black with #3B2216

Text Example


Text Example

White with #3B2216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,22); }

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

background-color css

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

 a { background-color: rgb(59,34,22); }

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

border-color css

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

 span { border-color: rgb(59,34,22); }

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