Html Css Color HEX #480A01 Seal Brown

📋 copy color: '#480A01'

red 72 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #480A01

Tints of Seal Brown #480A01

RGB

 RED value IS 72 (28.52% from 255) = 86.75%

 GREEN value IS 10 (4.3% from 255) = 12.05%

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 86.75%
G = 12.05%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480A01 (or 0x480A01) is known color: Seal Brown. HEX triplet: 48, 0A and 01. RGB value is (72,10,1). Sum of RGB (Red+Green+Blue) = 72+10+1=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #480A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A01 is #B7F5FE. Grayscale: #1B1B1B. Windows color (decimal): -12056063 or 68168. OLE color: 68168.

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

Color convert

RGB 72 10 1 -
CMYK 0 0.86 0.99 0.72
HSL 7.61º 0.97% 0.14% -
HSV(B) 7.61º 0.99% 0.28% -
XYZ 2.79 1.6 0.19 -
YUV 27.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 72 10 1 0 0.86 0.99 0.72 7.61 0.97 0.14
Hex 48 A 1 0 56 63 48 8 61 E
Octal 110 12 1 0 126 143 110 10 141 16
Binary 1001000 1010 1 0 1010110 1100011 1001000 1000 1100001 1110

Color Harmonies of #480A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A01

Black with #480A01

Text Example


Text Example

White with #480A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #480A01;
 }
 .AnyTagClassName
 {
   color: #480A01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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