#481905

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

Shades of Brown Pod #481905

Tints of Brown Pod #481905

Color information

#481905 (or 0x481905) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 05. RGB value is (72,25,5). Sum of RGB (Red+Green+Blue) = 72+25+5=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481905 is #B7E6FA. Grayscale: #242424. Windows color (decimal): -12052219 or 334152. OLE color: 334152.

HSL color Cylindrical-coordinate representation of color #481905: hue angle of 17.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481905 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB72255-
CMYK00.650.930.72
HSL17.91º87.01%15.1%-
HSV(B)17.91º93.06%28.24%-
XYZ3.052.080.39-
YUV36.77110.07153.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=70.59%
G=24.51%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225500.650.930.7217.9187.0115.1
Hex481950415D481257f
Octal11031501011351102212717
Binary10010001100110101000001101110110010001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481905; }

 p { color: rgb(72,25,5); }

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

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

 a { background-color: rgb(72,25,5); }

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

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

 span { border-color: rgb(72,25,5); }

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