Html Css Color HEX #481513 Seal Brown

📋 copy color: '#481513'

red 72 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #481513

Tints of Seal Brown #481513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 64.29%
G = 18.75%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481513 (or 0x481513) is known color: Seal Brown. HEX triplet: 48, 15 and 13. RGB value is (72,21,19). Sum of RGB (Red+Green+Blue) = 72+21+19=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481513 is #B7EAEC. Grayscale: #242424. Windows color (decimal): -12053229 or 1250632. OLE color: 1250632.

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

Color convert

RGB 72 21 19 -
CMYK 0 0.71 0.74 0.72
HSL 2.26º 0.58% 0.18% -
HSV(B) 2.26º 0.74% 0.28% -
XYZ 3.06 1.96 0.83 -
YUV 36.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 72 21 19 0 0.71 0.74 0.72 2.26 0.58 0.18
Hex 48 15 13 0 47 4A 48 2 3A 12
Octal 110 25 23 0 107 112 110 2 72 22
Binary 1001000 10101 10011 0 1000111 1001010 1001000 10 111010 10010

Color Harmonies of #481513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481513

Black with #481513

Text Example


Text Example

White with #481513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481513; }

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

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

background-color css

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

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

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

border-color css

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

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

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