Html Css Color HEX #481001 Seal Brown

📋 copy color: '#481001'

red 72 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #481001

Tints of Seal Brown #481001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 80.9%
G = 17.98%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481001 (or 0x481001) is known color: Seal Brown. HEX triplet: 48, 10 and 01. RGB value is (72,16,1). Sum of RGB (Red+Green+Blue) = 72+16+1=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #481001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481001 is #B7EFFE. Grayscale: #1F1F1F. Windows color (decimal): -12054527 or 69704. OLE color: 69704.

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

Color convert

RGB 72 16 1 -
CMYK 0 0.78 0.99 0.72
HSL 12.68º 0.97% 0.14% -
HSV(B) 12.68º 0.99% 0.28% -
XYZ 2.86 1.75 0.22 -
YUV 31.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 72 16 1 0 0.78 0.99 0.72 12.68 0.97 0.14
Hex 48 10 1 0 4E 63 48 D 61 E
Octal 110 20 1 0 116 143 110 15 141 16
Binary 1001000 10000 1 0 1001110 1100011 1001000 1101 1100001 1110

Color Harmonies of #481001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481001

Black with #481001

Text Example


Text Example

White with #481001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481001; }

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

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

background-color css

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

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

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

border-color css

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

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

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