Html Css Color HEX #481413 Seal Brown

📋 copy color: '#481413'

red 72 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #481413

Tints of Seal Brown #481413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 64.86%
G = 18.02%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481413 (or 0x481413) is known color: Seal Brown. HEX triplet: 48, 14 and 13. RGB value is (72,20,19). Sum of RGB (Red+Green+Blue) = 72+20+19=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481413 is #B7EBEC. Grayscale: #232323. Windows color (decimal): -12053485 or 1250376. OLE color: 1250376.

HSL color Cylindrical-coordinate representation of color #481413: hue angle of 1.13º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481413 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 20 19 -
CMYK 0 0.72 0.74 0.72
HSL 1.13º 0.58% 0.18% -
HSV(B) 1.13º 0.74% 0.28% -
XYZ 3.04 1.93 0.83 -
YUV 35.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 72 20 19 0 0.72 0.74 0.72 1.13 0.58 0.18
Hex 48 14 13 0 48 4A 48 1 3A 12
Octal 110 24 23 0 110 112 110 1 72 22
Binary 1001000 10100 10011 0 1001000 1001010 1001000 1 111010 10010

Color Harmonies of #481413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481413

Black with #481413

Text Example


Text Example

White with #481413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481413; }

 p { color: rgb(72,20,19); }

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

background-color css

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

 a { background-color: rgb(72,20,19); }

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

border-color css

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

 span { border-color: rgb(72,20,19); }

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