Html Css Color HEX #3B2015 Brown Pod

📋 copy color: '#3B2015'

red 59 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #3B2015

Tints of Brown Pod #3B2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 52.68%
G = 28.57%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2015 (or 0x3B2015) is known color: Brown Pod. HEX triplet: 3B, 20 and 15. RGB value is (59,32,21). Sum of RGB (Red+Green+Blue) = 59+32+21=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2015 is #C4DFEA. Grayscale: #262626. Windows color (decimal): -12902379 or 1384507. OLE color: 1384507.

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

Color convert

RGB 59 32 21 -
CMYK 0 0.46 0.64 0.77
HSL 17.37º 0.48% 0.16% -
HSV(B) 17.37º 0.64% 0.23% -
XYZ 2.46 2.02 0.97 -
YUV 38.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 59 32 21 0 0.46 0.64 0.77 17.37 0.48 0.16
Hex 3B 20 15 0 2E 40 4D 11 30 10
Octal 73 40 25 0 56 100 115 21 60 20
Binary 111011 100000 10101 0 101110 1000000 1001101 10001 110000 10000

Color Harmonies of #3B2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2015

Black with #3B2015

Text Example


Text Example

White with #3B2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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