#48220A

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

Shades of Brown Pod #48220A

Tints of Brown Pod #48220A

Color information

#48220A (or 0x48220A) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 0A. RGB value is (72,34,10). Sum of RGB (Red+Green+Blue) = 72+34+10=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220A is #B7DDF5. Grayscale: #2A2A2A. Windows color (decimal): -12049910 or 664136. OLE color: 664136.

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

Color convert

RGB723410-
CMYK00.530.860.72
HSL23.23º75.61%16.08%-
HSV(B)23.23º86.11%28.24%-
XYZ3.32.540.6-
YUV42.63109.59148.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=62.07%
G=29.31%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72341000.530.860.7223.2375.6116.08
Hex4822A0355648174c10
Octal11042120651261102711420
Binary1001000100010101001101011010110100100010111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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