Html Css Color HEX #481313 Seal Brown

📋 copy color: '#481313'

red 72 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #481313

Tints of Seal Brown #481313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 65.45%
G = 17.27%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481313 (or 0x481313) is known color: Seal Brown. HEX triplet: 48, 13 and 13. RGB value is (72,19,19). Sum of RGB (Red+Green+Blue) = 72+19+19=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481313 is #B7ECEC. Grayscale: #222222. Windows color (decimal): -12053741 or 1250120. OLE color: 1250120.

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

Color convert

RGB 72 19 19 -
CMYK 0 0.74 0.74 0.72
HSL 0.58% 0.18% -
HSV(B) 0.74% 0.28% -
XYZ 3.02 1.89 0.82 -
YUV 34.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 72 19 19 0 0.74 0.74 0.72 0 0.58 0.18
Hex 48 13 13 0 4A 4A 48 0 3A 12
Octal 110 23 23 0 112 112 110 0 72 22
Binary 1001000 10011 10011 0 1001010 1001010 1001000 0 111010 10010

Color Harmonies of #481313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481313

Black with #481313

Text Example


Text Example

White with #481313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481313; }

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

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

background-color css

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

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

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

border-color css

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

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

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