Html Css Color HEX #3A211C Brown Pod

📋 copy color: '#3A211C'

red 58 ◦ green 33 ◦ blue 28

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

Shades of Brown Pod #3A211C

Tints of Brown Pod #3A211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 48.74%
G = 27.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#3A211C (or 0x3A211C) is known color: Brown Pod. HEX triplet: 3A, 21 and 1C. RGB value is (58,33,28). Sum of RGB (Red+Green+Blue) = 58+33+28=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A211C is #C5DEE3. Grayscale: #272727. Windows color (decimal): -12967652 or 1843514. OLE color: 1843514.

HSL color Cylindrical-coordinate representation of color #3A211C: hue angle of 10º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A211C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 33 28 -
CMYK 0 0.43 0.52 0.77
HSL 10º 0.35% 0.17% -
HSV(B) 10º 0.52% 0.23% -
XYZ 2.5 2.07 1.37 -
YUV 39.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 58 33 28 0 0.43 0.52 0.77 10 0.35 0.17
Hex 3A 21 1C 0 2B 34 4D A 23 11
Octal 72 41 34 0 53 64 115 12 43 21
Binary 111010 100001 11100 0 101011 110100 1001101 1010 100011 10001

Color Harmonies of #3A211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A211C

Black with #3A211C

Text Example


Text Example

White with #3A211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,33,28); }

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

background-color css

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

 a { background-color: rgb(58,33,28); }

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

border-color css

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

 span { border-color: rgb(58,33,28); }

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