Html Css Color HEX #481915 Seal Brown

📋 copy color: '#481915'

red 72 ◦ green 25 ◦ blue 21

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

Shades of Seal Brown #481915

Tints of Seal Brown #481915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

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

R = 61.02%
G = 21.19%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481915 (or 0x481915) is known color: Seal Brown. HEX triplet: 48, 19 and 15. RGB value is (72,25,21). Sum of RGB (Red+Green+Blue) = 72+25+21=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481915 is #B7E6EA. Grayscale: #262626. Windows color (decimal): -12052203 or 1382728. OLE color: 1382728.

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

Color convert

RGB 72 25 21 -
CMYK 0 0.65 0.71 0.72
HSL 4.71º 0.55% 0.18% -
HSV(B) 4.71º 0.71% 0.28% -
XYZ 3.16 2.13 0.95 -
YUV 38.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 72 25 21 0 0.65 0.71 0.72 4.71 0.55 0.18
Hex 48 19 15 0 41 47 48 5 37 12
Octal 110 31 25 0 101 107 110 5 67 22
Binary 1001000 11001 10101 0 1000001 1000111 1001000 101 110111 10010

Color Harmonies of #481915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481915

Black with #481915

Text Example


Text Example

White with #481915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481915; }

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

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

background-color css

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

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

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

border-color css

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

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

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