Html Css Color HEX #481611 Seal Brown

📋 copy color: '#481611'

red 72 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #481611

Tints of Seal Brown #481611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 64.86%
G = 19.82%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481611 (or 0x481611) is known color: Seal Brown. HEX triplet: 48, 16 and 11. RGB value is (72,22,17). Sum of RGB (Red+Green+Blue) = 72+22+17=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481611 is #B7E9EE. Grayscale: #242424. Windows color (decimal): -12052975 or 1119816. OLE color: 1119816.

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

Color convert

RGB 72 22 17 -
CMYK 0 0.69 0.76 0.72
HSL 5.45º 0.62% 0.17% -
HSV(B) 5.45º 0.76% 0.28% -
XYZ 3.06 1.99 0.75 -
YUV 36.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 72 22 17 0 0.69 0.76 0.72 5.45 0.62 0.17
Hex 48 16 11 0 45 4C 48 5 3E 11
Octal 110 26 21 0 105 114 110 5 76 21
Binary 1001000 10110 10001 0 1000101 1001100 1001000 101 111110 10001

Color Harmonies of #481611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481611

Black with #481611

Text Example


Text Example

White with #481611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481611; }

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

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

background-color css

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

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

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

border-color css

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

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

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