Html Css Color HEX #481614 Seal Brown

📋 copy color: '#481614'

red 72 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #481614

Tints of Seal Brown #481614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 63.16%
G = 19.3%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481614 (or 0x481614) is known color: Seal Brown. HEX triplet: 48, 16 and 14. RGB value is (72,22,20). Sum of RGB (Red+Green+Blue) = 72+22+20=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481614 is #B7E9EB. Grayscale: #242424. Windows color (decimal): -12052972 or 1316424. OLE color: 1316424.

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

Color convert

RGB 72 22 20 -
CMYK 0 0.69 0.72 0.72
HSL 2.31º 0.57% 0.18% -
HSV(B) 2.31º 0.72% 0.28% -
XYZ 3.09 2 0.89 -
YUV 36.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 72 22 20 0 0.69 0.72 0.72 2.31 0.57 0.18
Hex 48 16 14 0 45 48 48 2 39 12
Octal 110 26 24 0 105 110 110 2 71 22
Binary 1001000 10110 10100 0 1000101 1001000 1001000 10 111001 10010

Color Harmonies of #481614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481614

Black with #481614

Text Example


Text Example

White with #481614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481614; }

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

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

background-color css

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

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

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

border-color css

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

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

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