Html Css Color HEX #48211B Brown Pod

📋 copy color: '#48211B'

red 72 ◦ green 33 ◦ blue 27

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

Shades of Brown Pod #48211B

Tints of Brown Pod #48211B

RGB

 RED value IS 72 (28.52% from 255) = 54.55%

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

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

R = 54.55%
G = 25%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48211B (or 0x48211B) is known color: Brown Pod. HEX triplet: 48, 21 and 1B. RGB value is (72,33,27). Sum of RGB (Red+Green+Blue) = 72+33+27=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211B is #B7DEE4. Grayscale: #2C2C2C. Windows color (decimal): -12050149 or 1777992. OLE color: 1777992.

HSL color Cylindrical-coordinate representation of color #48211B: hue angle of 8º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48211B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 27 -
CMYK 0 0.54 0.62 0.72
HSL 0.45% 0.19% -
HSV(B) 0.63% 0.28% -
XYZ 3.41 2.54 1.35 -
YUV 43.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 72 33 27 0 0.54 0.62 0.72 8 0.45 0.19
Hex 48 21 1B 0 36 3E 48 8 2D 13
Octal 110 41 33 0 66 76 110 10 55 23
Binary 1001000 100001 11011 0 110110 111110 1001000 1000 101101 10011

Color Harmonies of #48211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48211B

Black with #48211B

Text Example


Text Example

White with #48211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48211B; }

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

 H1.HeaderClassName
 {
   color: #48211B;
 }
 .AnyTagClassName
 {
   color: #48211B;
 }
</style>

background-color css

<style>
 a { background-color: #48211B; }

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

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

border-color css

<style>
 span { border-color: #48211B; }

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

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