Html Css Color HEX #481105 Seal Brown

📋 copy color: '#481105'

red 72 ◦ green 17 ◦ blue 5

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

Shades of Seal Brown #481105

Tints of Seal Brown #481105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 76.6%
G = 18.09%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#481105 (or 0x481105) is known color: Seal Brown. HEX triplet: 48, 11 and 05. RGB value is (72,17,5). Sum of RGB (Red+Green+Blue) = 72+17+5=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481105 is #B7EEFA. Grayscale: #202020. Windows color (decimal): -12054267 or 332104. OLE color: 332104.

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

Color convert

RGB 72 17 5 -
CMYK 0 0.76 0.93 0.72
HSL 10.75º 0.87% 0.15% -
HSV(B) 10.75º 0.93% 0.28% -
XYZ 2.9 1.79 0.34 -
YUV 32.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 72 17 5 0 0.76 0.93 0.72 10.75 0.87 0.15
Hex 48 11 5 0 4C 5D 48 B 57 F
Octal 110 21 5 0 114 135 110 13 127 17
Binary 1001000 10001 101 0 1001100 1011101 1001000 1011 1010111 1111

Color Harmonies of #481105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481105

Black with #481105

Text Example


Text Example

White with #481105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481105; }

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

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

background-color css

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

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

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

border-color css

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

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

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