#481E0A

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

Shades of Brown Pod #481E0A

Tints of Brown Pod #481E0A

Color information

#481E0A (or 0x481E0A) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 0A. RGB value is (72,30,10). Sum of RGB (Red+Green+Blue) = 72+30+10=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E0A is #B7E1F5. Grayscale: #282828. Windows color (decimal): -12050934 or 663112. OLE color: 663112.

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

Color convert

RGB723010-
CMYK00.580.860.72
HSL19.35º75.61%16.08%-
HSV(B)19.35º86.11%28.24%-
XYZ3.192.330.57-
YUV40.28110.91150.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=64.29%
G=26.79%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72301000.580.860.7219.3575.6116.08
Hex481EA03A5648134c10
Octal11036120721261102311420
Binary100100011110101001110101010110100100010011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E0A; }

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

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

<style>
 a { background-color: #481E0A; }

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

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

<style>
 span { border-color: #481E0A; }

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

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