#48231B

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

Shades of Brown Pod #48231B

Tints of Brown Pod #48231B

Color information

#48231B (or 0x48231B) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 1B. RGB value is (72,35,27). Sum of RGB (Red+Green+Blue) = 72+35+27=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231B is #B7DCE4. Grayscale: #2D2D2D. Windows color (decimal): -12049637 or 1778504. OLE color: 1778504.

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

Color convert

RGB723527-
CMYK00.510.620.72
HSL10.67º45.45%19.41%-
HSV(B)10.67º62.5%28.24%-
XYZ3.472.661.37-
YUV45.15117.76147.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=53.73%
G=26.12%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72352700.510.620.7210.6745.4519.41
Hex48231B0333E48b2d13
Octal110433306376110135523
Binary10010001000111101101100111111101001000101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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