Html Css Color HEX #481003 Seal Brown

📋 copy color: '#481003'

red 72 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #481003

Tints of Seal Brown #481003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.3%

R = 79.12%
G = 17.58%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#481003 (or 0x481003) is known color: Seal Brown. HEX triplet: 48, 10 and 03. RGB value is (72,16,3). Sum of RGB (Red+Green+Blue) = 72+16+3=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #481003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481003 is #B7EFFC. Grayscale: #1F1F1F. Windows color (decimal): -12054525 or 200776. OLE color: 200776.

HSL color Cylindrical-coordinate representation of color #481003: hue angle of 11.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #481003 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 3 -
CMYK 0 0.78 0.96 0.72
HSL 11.3º 0.92% 0.15% -
HSV(B) 11.3º 0.96% 0.28% -
XYZ 2.87 1.75 0.27 -
YUV 31.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 72 16 3 0 0.78 0.96 0.72 11.3 0.92 0.15
Hex 48 10 3 0 4E 60 48 B 5C F
Octal 110 20 3 0 116 140 110 13 134 17
Binary 1001000 10000 11 0 1001110 1100000 1001000 1011 1011100 1111

Color Harmonies of #481003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481003

Black with #481003

Text Example


Text Example

White with #481003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481003; }

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

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

background-color css

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

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

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

border-color css

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

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

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