#481401

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

Shades of Brown Pod #481401

Tints of Brown Pod #481401

Color information

#481401 (or 0x481401) is unknown color: approx Brown Pod. HEX triplet: 48, 14 and 01. RGB value is (72,20,1). Sum of RGB (Red+Green+Blue) = 72+20+1=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481401 is #B7EBFE. Grayscale: #212121. Windows color (decimal): -12053503 or 70728. OLE color: 70728.

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

Color convert

RGB72201-
CMYK00.720.990.72
HSL16.06º97.26%14.31%-
HSV(B)16.06º98.61%28.24%-
XYZ2.931.880.24-
YUV33.38109.73155.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=77.42%
G=21.51%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7220100.720.990.7216.0697.2614.31
Hex4814104863481061e
Octal11024101101431102014116
Binary100100010100101001000110001110010001000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481401; }

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

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

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

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

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

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

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

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