#481701

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

Shades of Brown Pod #481701

Tints of Brown Pod #481701

Color information

#481701 (or 0x481701) is unknown color: approx Brown Pod. HEX triplet: 48, 17 and 01. RGB value is (72,23,1). Sum of RGB (Red+Green+Blue) = 72+23+1=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481701 is #B7E8FE. Grayscale: #232323. Windows color (decimal): -12052735 or 71496. OLE color: 71496.

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

Color convert

RGB72231-
CMYK00.680.990.72
HSL18.59º97.26%14.31%-
HSV(B)18.59º98.61%28.24%-
XYZ2.981.990.26-
YUV35.14108.73154.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=75%
G=23.96%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223100.680.990.7218.5997.2614.31
Hex4817104463481361e
Octal11027101041431102314116
Binary100100010111101000100110001110010001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481701; }

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

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

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

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

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

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

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

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