#48231D

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

Shades of Brown Pod #48231D

Tints of Brown Pod #48231D

Color information

#48231D (or 0x48231D) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 1D. RGB value is (72,35,29). Sum of RGB (Red+Green+Blue) = 72+35+29=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231D is #B7DCE2. Grayscale: #2D2D2D. Windows color (decimal): -12049635 or 1909576. OLE color: 1909576.

HSL color Cylindrical-coordinate representation of color #48231D: hue angle of 8.37º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48231D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB723529-
CMYK00.510.600.72
HSL8.37º42.57%19.8%-
HSV(B)8.37º59.72%28.24%-
XYZ3.52.671.49-
YUV45.38118.76146.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=52.94%
G=25.74%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72352900.510.600.728.3742.5719.8
Hex48231D0333C4882b14
Octal110433506374110105324
Binary10010001000111110101100111111001001000100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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