Html Css Color HEX #3A211B Brown Pod

📋 copy color: '#3A211B'

red 58 ◦ green 33 ◦ blue 27

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

Shades of Brown Pod #3A211B

Tints of Brown Pod #3A211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 49.15%
G = 27.97%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3A211B (or 0x3A211B) is known color: Brown Pod. HEX triplet: 3A, 21 and 1B. RGB value is (58,33,27). Sum of RGB (Red+Green+Blue) = 58+33+27=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A211B is #C5DEE4. Grayscale: #272727. Windows color (decimal): -12967653 or 1777978. OLE color: 1777978.

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

Color convert

RGB 58 33 27 -
CMYK 0 0.43 0.53 0.77
HSL 11.61º 0.36% 0.17% -
HSV(B) 11.61º 0.53% 0.23% -
XYZ 2.49 2.07 1.3 -
YUV 39.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 58 33 27 0 0.43 0.53 0.77 11.61 0.36 0.17
Hex 3A 21 1B 0 2B 35 4D C 24 11
Octal 72 41 33 0 53 65 115 14 44 21
Binary 111010 100001 11011 0 101011 110101 1001101 1100 100100 10001

Color Harmonies of #3A211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A211B

Black with #3A211B

Text Example


Text Example

White with #3A211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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