Html Css Color HEX #481111 Seal Brown

📋 copy color: '#481111'

red 72 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #481111

Tints of Seal Brown #481111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 67.92%
G = 16.04%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481111 (or 0x481111) is known color: Seal Brown. HEX triplet: 48, 11 and 11. RGB value is (72,17,17). Sum of RGB (Red+Green+Blue) = 72+17+17=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481111 is #B7EEEE. Grayscale: #212121. Windows color (decimal): -12054255 or 1118536. OLE color: 1118536.

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

Color convert

RGB 72 17 17 -
CMYK 0 0.76 0.76 0.72
HSL 0.62% 0.17% -
HSV(B) 0.76% 0.28% -
XYZ 2.97 1.82 0.72 -
YUV 33.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 72 17 17 0 0.76 0.76 0.72 0 0.62 0.17
Hex 48 11 11 0 4C 4C 48 0 3E 11
Octal 110 21 21 0 114 114 110 0 76 21
Binary 1001000 10001 10001 0 1001100 1001100 1001000 0 111110 10001

Color Harmonies of #481111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481111

Black with #481111

Text Example


Text Example

White with #481111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481111; }

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

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

background-color css

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

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

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

border-color css

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

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

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