Html Css Color HEX #3B2415 Brown Pod

📋 copy color: '#3B2415'

red 59 ◦ green 36 ◦ blue 21

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

Shades of Brown Pod #3B2415

Tints of Brown Pod #3B2415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 50.86%
G = 31.03%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2415 (or 0x3B2415) is known color: Brown Pod. HEX triplet: 3B, 24 and 15. RGB value is (59,36,21). Sum of RGB (Red+Green+Blue) = 59+36+21=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2415 is #C4DBEA. Grayscale: #292929. Windows color (decimal): -12901355 or 1385531. OLE color: 1385531.

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

Color convert

RGB 59 36 21 -
CMYK 0 0.39 0.64 0.77
HSL 23.68º 0.48% 0.16% -
HSV(B) 23.68º 0.64% 0.23% -
XYZ 2.57 2.25 1.01 -
YUV 41.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 59 36 21 0 0.39 0.64 0.77 23.68 0.48 0.16
Hex 3B 24 15 0 27 40 4D 18 30 10
Octal 73 44 25 0 47 100 115 30 60 20
Binary 111011 100100 10101 0 100111 1000000 1001101 11000 110000 10000

Color Harmonies of #3B2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2415

Black with #3B2415

Text Example


Text Example

White with #3B2415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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