Html Css Color HEX #48201B Brown Pod

📋 copy color: '#48201B'

red 72 ◦ green 32 ◦ blue 27

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

Shades of Brown Pod #48201B

Tints of Brown Pod #48201B

RGB

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

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

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

R = 54.96%
G = 24.43%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48201B (or 0x48201B) is known color: Brown Pod. HEX triplet: 48, 20 and 1B. RGB value is (72,32,27). Sum of RGB (Red+Green+Blue) = 72+32+27=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48201B is #B7DFE4. Grayscale: #2B2B2B. Windows color (decimal): -12050405 or 1777736. OLE color: 1777736.

HSL color Cylindrical-coordinate representation of color #48201B: hue angle of 6.67º 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 #48201B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 27 -
CMYK 0 0.56 0.62 0.72
HSL 6.67º 0.45% 0.19% -
HSV(B) 6.67º 0.63% 0.28% -
XYZ 3.39 2.49 1.34 -
YUV 43.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 72 32 27 0 0.56 0.62 0.72 6.67 0.45 0.19
Hex 48 20 1B 0 38 3E 48 7 2D 13
Octal 110 40 33 0 70 76 110 7 55 23
Binary 1001000 100000 11011 0 111000 111110 1001000 111 101101 10011

Color Harmonies of #48201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48201B

Black with #48201B

Text Example


Text Example

White with #48201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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