#480E01

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

Shades of Seal Brown #480E01

Tints of Seal Brown #480E01

Color information

#480E01 (or 0x480E01) is unknown color: approx Seal Brown. HEX triplet: 48, 0E and 01. RGB value is (72,14,1). Sum of RGB (Red+Green+Blue) = 72+14+1=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #480E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E01 is #B7F1FE. Grayscale: #1D1D1D. Windows color (decimal): -12055039 or 69192. OLE color: 69192.

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

Color convert

RGB72141-
CMYK00.810.990.72
HSL10.99º97.26%14.31%-
HSV(B)10.99º98.61%28.24%-
XYZ2.841.690.21-
YUV29.86111.72158.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=82.76%
G=16.09%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214100.810.990.7210.9997.2614.31
Hex48E10516348b61e
Octal11016101211431101314116
Binary1001000111010101000111000111001000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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