Html Css Color HEX #3A2215 Brown Pod

📋 copy color: '#3A2215'

red 58 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #3A2215

Tints of Brown Pod #3A2215

RGB

 RED value IS 58 (23.05% from 255) = 51.33%

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

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

R = 51.33%
G = 30.09%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3A2215 (or 0x3A2215) is known color: Brown Pod. HEX triplet: 3A, 22 and 15. RGB value is (58,34,21). Sum of RGB (Red+Green+Blue) = 58+34+21=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2215 is #C5DDEA. Grayscale: #272727. Windows color (decimal): -12967403 or 1385018. OLE color: 1385018.

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

Color convert

RGB 58 34 21 -
CMYK 0 0.41 0.64 0.77
HSL 21.08º 0.47% 0.15% -
HSV(B) 21.08º 0.64% 0.23% -
XYZ 2.45 2.1 0.99 -
YUV 39.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 58 34 21 0 0.41 0.64 0.77 21.08 0.47 0.15
Hex 3A 22 15 0 29 40 4D 15 2F F
Octal 72 42 25 0 51 100 115 25 57 17
Binary 111010 100010 10101 0 101001 1000000 1001101 10101 101111 1111

Color Harmonies of #3A2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2215

Black with #3A2215

Text Example


Text Example

White with #3A2215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,34,21); }

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

background-color css

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

 a { background-color: rgb(58,34,21); }

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

border-color css

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

 span { border-color: rgb(58,34,21); }

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