#48241A

Color #48241A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #48241A

Tints of Brown Pod #48241A

Color information

#48241A (or 0x48241A) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 1A. RGB value is (72,36,26). Sum of RGB (Red+Green+Blue) = 72+36+26=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241A is #B7DBE5. Grayscale: #2D2D2D. Windows color (decimal): -12049382 or 1713224. OLE color: 1713224.

HSL color Cylindrical-coordinate representation of color #48241A: hue angle of 13.04º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48241A is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB723626-
CMYK00.50.640.72
HSL13.04º46.94%19.22%-
HSV(B)13.04º63.89%28.24%-
XYZ3.492.711.32-
YUV45.62116.93146.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=53.73%
G=26.87%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72362600.50.640.7213.0446.9419.22
Hex48241A0324048d2f13
Octal1104432062100110155723
Binary100100010010011010011001010000001001000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48241A; }

 p { color: rgb(72,36,26); }

 H1.HeaderClassName
 {
   color: #48241A;
 }
 .AnyTagClassName
 {
   color: #48241A;
 }
</style>
background-color css

<style>
 a { background-color: #48241A; }

 a { background-color: rgb(72,36,26); }

 div.DivClassName
 {
   background-color: #48241A;
 }
 .BgClassName
 {
   background-color: #48241A;
 }
</style>
border-color css

<style>
 span { border-color: #48241A; }

 span { border-color: rgb(72,36,26); }

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