Html Css Color HEX #481616 Seal Brown

📋 copy color: '#481616'

red 72 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #481616

Tints of Seal Brown #481616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.97%

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

R = 62.07%
G = 18.97%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481616 (or 0x481616) is known color: Seal Brown. HEX triplet: 48, 16 and 16. RGB value is (72,22,22). Sum of RGB (Red+Green+Blue) = 72+22+22=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481616 is #B7E9E9. Grayscale: #252525. Windows color (decimal): -12052970 or 1447496. OLE color: 1447496.

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

Color convert

RGB 72 22 22 -
CMYK 0 0.69 0.69 0.72
HSL 0.53% 0.18% -
HSV(B) 0.69% 0.28% -
XYZ 3.1 2.01 0.98 -
YUV 36.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 72 22 22 0 0.69 0.69 0.72 0 0.53 0.18
Hex 48 16 16 0 45 45 48 0 35 12
Octal 110 26 26 0 105 105 110 0 65 22
Binary 1001000 10110 10110 0 1000101 1000101 1001000 0 110101 10010

Color Harmonies of #481616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481616

Black with #481616

Text Example


Text Example

White with #481616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481616; }

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

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

background-color css

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

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

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

border-color css

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

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

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