Html Css Color HEX #481514 Seal Brown

📋 copy color: '#481514'

red 72 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #481514

Tints of Seal Brown #481514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 63.72%
G = 18.58%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481514 (or 0x481514) is known color: Seal Brown. HEX triplet: 48, 15 and 14. RGB value is (72,21,20). Sum of RGB (Red+Green+Blue) = 72+21+20=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481514 is #B7EAEB. Grayscale: #242424. Windows color (decimal): -12053228 or 1316168. OLE color: 1316168.

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

Color convert

RGB 72 21 20 -
CMYK 0 0.71 0.72 0.72
HSL 1.15º 0.57% 0.18% -
HSV(B) 1.15º 0.72% 0.28% -
XYZ 3.07 1.96 0.88 -
YUV 36.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 72 21 20 0 0.71 0.72 0.72 1.15 0.57 0.18
Hex 48 15 14 0 47 48 48 1 39 12
Octal 110 25 24 0 107 110 110 1 71 22
Binary 1001000 10101 10100 0 1000111 1001000 1001000 1 111001 10010

Color Harmonies of #481514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481514

Black with #481514

Text Example


Text Example

White with #481514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481514; }

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

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

background-color css

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

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

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

border-color css

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

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

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