Html Css Color HEX #481102 Seal Brown

📋 copy color: '#481102'

red 72 ◦ green 17 ◦ blue 2

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

Shades of Seal Brown #481102

Tints of Seal Brown #481102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 79.12%
G = 18.68%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481102 (or 0x481102) is known color: Seal Brown. HEX triplet: 48, 11 and 02. RGB value is (72,17,2). Sum of RGB (Red+Green+Blue) = 72+17+2=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #481102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481102 is #B7EEFD. Grayscale: #1F1F1F. Windows color (decimal): -12054270 or 135496. OLE color: 135496.

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

Color convert

RGB 72 17 2 -
CMYK 0 0.76 0.97 0.72
HSL 12.86º 0.95% 0.15% -
HSV(B) 12.86º 0.97% 0.28% -
XYZ 2.88 1.78 0.25 -
YUV 31.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 72 17 2 0 0.76 0.97 0.72 12.86 0.95 0.15
Hex 48 11 2 0 4C 61 48 D 5F F
Octal 110 21 2 0 114 141 110 15 137 17
Binary 1001000 10001 10 0 1001100 1100001 1001000 1101 1011111 1111

Color Harmonies of #481102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481102

Black with #481102

Text Example


Text Example

White with #481102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481102; }

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

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

background-color css

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

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

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

border-color css

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

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

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