#481914

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

Shades of Brown Pod #481914

Tints of Brown Pod #481914

Color information

#481914 (or 0x481914) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 14. RGB value is (72,25,20). Sum of RGB (Red+Green+Blue) = 72+25+20=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481914 is #B7E6EB. Grayscale: #262626. Windows color (decimal): -12052204 or 1317192. OLE color: 1317192.

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

Color convert

RGB722520-
CMYK00.650.720.72
HSL5.77º56.52%18.04%-
HSV(B)5.77º72.22%28.24%-
XYZ3.152.120.91-
YUV38.48117.57151.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=61.54%
G=21.37%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252000.650.720.725.7756.5218.04
Hex481914041484863912
Octal1103124010111011067122
Binary10010001100110100010000011001000100100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481914; }

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

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

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

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

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

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

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

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