Html Css Color HEX #481411 Seal Brown

📋 copy color: '#481411'

red 72 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #481411

Tints of Seal Brown #481411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 66.06%
G = 18.35%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481411 (or 0x481411) is known color: Seal Brown. HEX triplet: 48, 14 and 11. RGB value is (72,20,17). Sum of RGB (Red+Green+Blue) = 72+20+17=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481411 is #B7EBEE. Grayscale: #232323. Windows color (decimal): -12053487 or 1119304. OLE color: 1119304.

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

Color convert

RGB 72 20 17 -
CMYK 0 0.72 0.76 0.72
HSL 3.27º 0.62% 0.17% -
HSV(B) 3.27º 0.76% 0.28% -
XYZ 3.02 1.92 0.74 -
YUV 35.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 72 20 17 0 0.72 0.76 0.72 3.27 0.62 0.17
Hex 48 14 11 0 48 4C 48 3 3E 11
Octal 110 24 21 0 110 114 110 3 76 21
Binary 1001000 10100 10001 0 1001000 1001100 1001000 11 111110 10001

Color Harmonies of #481411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481411

Black with #481411

Text Example


Text Example

White with #481411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481411; }

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

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

background-color css

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

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

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

border-color css

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

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

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