#481800

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

Shades of Brown Pod #481800

Tints of Brown Pod #481800

Color information

#481800 (or 0x481800) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 00. RGB value is (72,24,0). Sum of RGB (Red+Green+Blue) = 72+24+0=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481800 is #B7E7FF. Grayscale: #232323. Windows color (decimal): -12052480 or 6216. OLE color: 6216.

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

Color convert

RGB72240-
CMYK00.6710.72
HSL20º100%14.12%-
HSV(B)20º100%28.24%-
XYZ32.030.23-
YUV35.62107.9153.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224000.6710.722010014.12
Hex4818004364481464e
Octal11030001031441102414416
Binary100100011000001000011110010010010001010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481800; }

 p { color: rgb(72,24,0); }

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

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

 a { background-color: rgb(72,24,0); }

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

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

 span { border-color: rgb(72,24,0); }

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