#48261A

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

Shades of Brown Pod #48261A

Tints of Brown Pod #48261A

Color information

#48261A (or 0x48261A) is unknown color: approx Brown Pod. HEX triplet: 48, 26 and 1A. RGB value is (72,38,26). Sum of RGB (Red+Green+Blue) = 72+38+26=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261A is #B7D9E5. Grayscale: #2E2E2E. Windows color (decimal): -12048870 or 1713736. OLE color: 1713736.

HSL color Cylindrical-coordinate representation of color #48261A: hue angle of 15.65º 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 #48261A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB723826-
CMYK00.470.640.72
HSL15.65º46.94%19.22%-
HSV(B)15.65º63.89%28.24%-
XYZ3.552.841.34-
YUV46.8116.26145.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=52.94%
G=27.94%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72382600.470.640.7215.6546.9419.22
Hex48261A02F4048102f13
Octal1104632057100110205723
Binary1001000100110110100101111100000010010001000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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