#481E01

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

Shades of Brown Pod #481E01

Tints of Brown Pod #481E01

Color information

#481E01 (or 0x481E01) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 01. RGB value is (72,30,1). Sum of RGB (Red+Green+Blue) = 72+30+1=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E01 is #B7E1FE. Grayscale: #272727. Windows color (decimal): -12050943 or 73288. OLE color: 73288.

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

Color convert

RGB72301-
CMYK00.580.990.72
HSL24.51º97.26%14.31%-
HSV(B)24.51º98.61%28.24%-
XYZ3.142.310.31-
YUV39.25106.41151.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=69.90%
G=29.13%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7230100.580.990.7224.5197.2614.31
Hex481E103A63481961e
Octal1103610721431103114116
Binary10010001111010111010110001110010001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E01; }

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

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

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

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

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

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

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

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