#48180A

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

Shades of Brown Pod #48180A

Tints of Brown Pod #48180A

Color information

#48180A (or 0x48180A) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 0A. RGB value is (72,24,10). Sum of RGB (Red+Green+Blue) = 72+24+10=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180A is #B7E7F5. Grayscale: #242424. Windows color (decimal): -12052470 or 661576. OLE color: 661576.

HSL color Cylindrical-coordinate representation of color #48180A: hue angle of 13.55º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48180A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB722410-
CMYK00.670.860.72
HSL13.55º75.61%16.08%-
HSV(B)13.55º86.11%28.24%-
XYZ3.052.050.52-
YUV36.76112.9153.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=67.92%
G=22.64%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72241000.670.860.7213.5575.6116.08
Hex4818A0435648e4c10
Octal110301201031261101611420
Binary100100011000101001000011101011010010001110100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,24,10); }

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

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

 a { background-color: rgb(72,24,10); }

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

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

 span { border-color: rgb(72,24,10); }

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