#480C01

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

Shades of Seal Brown #480C01

Tints of Seal Brown #480C01

Color information

#480C01 (or 0x480C01) is unknown color: approx Seal Brown. HEX triplet: 48, 0C and 01. RGB value is (72,12,1). Sum of RGB (Red+Green+Blue) = 72+12+1=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C01 is #B7F3FE. Grayscale: #1C1C1C. Windows color (decimal): -12055551 or 68680. OLE color: 68680.

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

Color convert

RGB72121-
CMYK00.830.990.72
HSL9.3º97.26%14.31%-
HSV(B)9.3º98.61%28.24%-
XYZ2.811.640.2-
YUV28.69112.38158.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 12 (5.08% from 255) = 14.12%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=84.71%
G=14.12%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212100.830.990.729.397.2614.31
Hex48C10536348961e
Octal11014101231431101114116
Binary1001000110010101001111000111001000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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