#48251A

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

Shades of Brown Pod #48251A

Tints of Brown Pod #48251A

Color information

#48251A (or 0x48251A) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 1A. RGB value is (72,37,26). Sum of RGB (Red+Green+Blue) = 72+37+26=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251A is #B7DAE5. Grayscale: #2E2E2E. Windows color (decimal): -12049126 or 1713480. OLE color: 1713480.

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

Color convert

RGB723726-
CMYK00.490.640.72
HSL14.35º46.94%19.22%-
HSV(B)14.35º63.89%28.24%-
XYZ3.522.781.33-
YUV46.21116.6146.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=53.33%
G=27.41%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72372600.490.640.7214.3546.9419.22
Hex48251A0314048e2f13
Octal1104532061100110165723
Binary100100010010111010011000110000001001000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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