Html Css Color HEX #3B2416 Brown Pod

📋 copy color: '#3B2416'

red 59 ◦ green 36 ◦ blue 22

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

Shades of Brown Pod #3B2416

Tints of Brown Pod #3B2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 50.43%
G = 30.77%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B2416 (or 0x3B2416) is known color: Brown Pod. HEX triplet: 3B, 24 and 16. RGB value is (59,36,22). Sum of RGB (Red+Green+Blue) = 59+36+22=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2416 is #C4DBE9. Grayscale: #292929. Windows color (decimal): -12901354 or 1451067. OLE color: 1451067.

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

Color convert

RGB 59 36 22 -
CMYK 0 0.39 0.63 0.77
HSL 22.7º 0.46% 0.16% -
HSV(B) 22.7º 0.63% 0.23% -
XYZ 2.58 2.25 1.06 -
YUV 41.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 59 36 22 0 0.39 0.63 0.77 22.7 0.46 0.16
Hex 3B 24 16 0 27 3F 4D 17 2E 10
Octal 73 44 26 0 47 77 115 27 56 20
Binary 111011 100100 10110 0 100111 111111 1001101 10111 101110 10000

Color Harmonies of #3B2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2416

Black with #3B2416

Text Example


Text Example

White with #3B2416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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