Html Css Color HEX #480E01 Seal Brown

📋 copy color: '#480E01'

red 72 ◦ green 14 ◦ blue 1

#480E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #480E01

Tints of Seal Brown #480E01

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 value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480E01 (or 0x480E01) is known color: 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

RGB 72 14 1 -
CMYK 0 0.81 0.99 0.72
HSL 10.99º 0.97% 0.14% -
HSV(B) 10.99º 0.99% 0.28% -
XYZ 2.84 1.69 0.21 -
YUV 29.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 72 14 1 0 0.81 0.99 0.72 10.99 0.97 0.14
Hex 48 E 1 0 51 63 48 B 61 E
Octal 110 16 1 0 121 143 110 13 141 16
Binary 1001000 1110 1 0 1010001 1100011 1001000 1011 1100001 1110

Color Harmonies of #480E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E01

Black with #480E01

Text Example


Text Example

White with #480E01

Text Example


Text Example

HTML Codes & Css Web 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>