Html Css Color HEX #481716 Seal Brown

📋 copy color: '#481716'

red 72 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #481716

Tints of Seal Brown #481716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

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

R = 61.54%
G = 19.66%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481716 (or 0x481716) is known color: Seal Brown. HEX triplet: 48, 17 and 16. RGB value is (72,23,22). Sum of RGB (Red+Green+Blue) = 72+23+22=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481716 is #B7E8E9. Grayscale: #252525. Windows color (decimal): -12052714 or 1447752. OLE color: 1447752.

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

Color convert

RGB 72 23 22 -
CMYK 0 0.68 0.69 0.72
HSL 1.2º 0.53% 0.18% -
HSV(B) 1.2º 0.69% 0.28% -
XYZ 3.12 2.05 0.99 -
YUV 37.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 72 23 22 0 0.68 0.69 0.72 1.2 0.53 0.18
Hex 48 17 16 0 44 45 48 1 35 12
Octal 110 27 26 0 104 105 110 1 65 22
Binary 1001000 10111 10110 0 1000100 1000101 1001000 1 110101 10010

Color Harmonies of #481716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481716

Black with #481716

Text Example


Text Example

White with #481716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481716; }

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

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

background-color css

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

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

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

border-color css

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

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

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