Html Css Color HEX #481916 Seal Brown

📋 copy color: '#481916'

red 72 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #481916

Tints of Seal Brown #481916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 60.5%
G = 21.01%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481916 (or 0x481916) is known color: Seal Brown. HEX triplet: 48, 19 and 16. RGB value is (72,25,22). Sum of RGB (Red+Green+Blue) = 72+25+22=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481916 is #B7E6E9. Grayscale: #262626. Windows color (decimal): -12052202 or 1448264. OLE color: 1448264.

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

Color convert

RGB 72 25 22 -
CMYK 0 0.65 0.69 0.72
HSL 3.6º 0.53% 0.18% -
HSV(B) 3.6º 0.69% 0.28% -
XYZ 3.16 2.13 1 -
YUV 38.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 72 25 22 0 0.65 0.69 0.72 3.6 0.53 0.18
Hex 48 19 16 0 41 45 48 4 35 12
Octal 110 31 26 0 101 105 110 4 65 22
Binary 1001000 11001 10110 0 1000001 1000101 1001000 100 110101 10010

Color Harmonies of #481916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481916

Black with #481916

Text Example


Text Example

White with #481916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481916; }

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

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

background-color css

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

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

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

border-color css

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

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

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