#481601

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

Shades of Brown Pod #481601

Tints of Brown Pod #481601

Color information

#481601 (or 0x481601) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 01. RGB value is (72,22,1). Sum of RGB (Red+Green+Blue) = 72+22+1=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481601 is #B7E9FE. Grayscale: #222222. Windows color (decimal): -12052991 or 71240. OLE color: 71240.

HSL color Cylindrical-coordinate representation of color #481601: hue angle of 17.75º 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 #481601 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72221-
CMYK00.690.990.72
HSL17.75º97.26%14.31%-
HSV(B)17.75º98.61%28.24%-
XYZ2.961.950.25-
YUV34.56109.06154.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=75.79%
G=23.16%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222100.690.990.7217.7597.2614.31
Hex4816104563481261e
Octal11026101051431102214116
Binary100100010110101000101110001110010001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481601; }

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

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

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

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

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

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

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

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