Html Css Color HEX #481210 Seal Brown

📋 copy color: '#481210'

red 72 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #481210

Tints of Seal Brown #481210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

 BLUE value IS 16 (6.64% from 255) = 15.09%

R = 67.92%
G = 16.98%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481210 (or 0x481210) is known color: Seal Brown. HEX triplet: 48, 12 and 10. RGB value is (72,18,16). Sum of RGB (Red+Green+Blue) = 72+18+16=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481210 is #B7EDEF. Grayscale: #212121. Windows color (decimal): -12054000 or 1053256. OLE color: 1053256.

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

Color convert

RGB 72 18 16 -
CMYK 0 0.75 0.78 0.72
HSL 2.14º 0.64% 0.17% -
HSV(B) 2.14º 0.78% 0.28% -
XYZ 2.98 1.85 0.69 -
YUV 33.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 72 18 16 0 0.75 0.78 0.72 2.14 0.64 0.17
Hex 48 12 10 0 4B 4E 48 2 40 11
Octal 110 22 20 0 113 116 110 2 100 21
Binary 1001000 10010 10000 0 1001011 1001110 1001000 10 1000000 10001

Color Harmonies of #481210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481210

Black with #481210

Text Example


Text Example

White with #481210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481210; }

 p { color: rgb(72,18,16); }

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

background-color css

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

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

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

border-color css

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

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

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