#481C10

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

Shades of Brown Pod #481C10

Tints of Brown Pod #481C10

Color information

#481C10 (or 0x481C10) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 10. RGB value is (72,28,16). Sum of RGB (Red+Green+Blue) = 72+28+16=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C10 is #B7E3EF. Grayscale: #272727. Windows color (decimal): -12051440 or 1055816. OLE color: 1055816.

HSL color Cylindrical-coordinate representation of color #481C10: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481C10 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB722816-
CMYK00.610.780.72
HSL12.86º63.64%17.25%-
HSV(B)12.86º77.78%28.24%-
XYZ3.182.250.76-
YUV39.79114.58150.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=62.07%
G=24.14%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72281600.610.780.7212.8663.6417.25
Hex481C1003D4E48d4011
Octal11034200751161101510021
Binary100100011100100000111101100111010010001101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,16); }

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

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

 a { background-color: rgb(72,28,16); }

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

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

 span { border-color: rgb(72,28,16); }

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