Html Css Color HEX #3B2115 Brown Pod

📋 copy color: '#3B2115'

red 59 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #3B2115

Tints of Brown Pod #3B2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.2%

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

R = 52.21%
G = 29.2%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2115 (or 0x3B2115) is known color: Brown Pod. HEX triplet: 3B, 21 and 15. RGB value is (59,33,21). Sum of RGB (Red+Green+Blue) = 59+33+21=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2115 is #C4DEEA. Grayscale: #272727. Windows color (decimal): -12902123 or 1384763. OLE color: 1384763.

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

Color convert

RGB 59 33 21 -
CMYK 0 0.44 0.64 0.77
HSL 18.95º 0.48% 0.16% -
HSV(B) 18.95º 0.64% 0.23% -
XYZ 2.48 2.07 0.98 -
YUV 39.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 59 33 21 0 0.44 0.64 0.77 18.95 0.48 0.16
Hex 3B 21 15 0 2C 40 4D 13 30 10
Octal 73 41 25 0 54 100 115 23 60 20
Binary 111011 100001 10101 0 101100 1000000 1001101 10011 110000 10000

Color Harmonies of #3B2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2115

Black with #3B2115

Text Example


Text Example

White with #3B2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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