Html Css Color HEX #481515 Seal Brown

📋 copy color: '#481515'

red 72 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #481515

Tints of Seal Brown #481515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 63.16%
G = 18.42%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481515 (or 0x481515) is known color: Seal Brown. HEX triplet: 48, 15 and 15. RGB value is (72,21,21). Sum of RGB (Red+Green+Blue) = 72+21+21=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481515 is #B7EAEA. Grayscale: #242424. Windows color (decimal): -12053227 or 1381704. OLE color: 1381704.

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

Color convert

RGB 72 21 21 -
CMYK 0 0.71 0.71 0.72
HSL 0.55% 0.18% -
HSV(B) 0.71% 0.28% -
XYZ 3.08 1.97 0.93 -
YUV 36.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 72 21 21 0 0.71 0.71 0.72 0 0.55 0.18
Hex 48 15 15 0 47 47 48 0 37 12
Octal 110 25 25 0 107 107 110 0 67 22
Binary 1001000 10101 10101 0 1000111 1000111 1001000 0 110111 10010

Color Harmonies of #481515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481515

Black with #481515

Text Example


Text Example

White with #481515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481515; }

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

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

background-color css

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

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

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

border-color css

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

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

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