Html Css Color HEX #481310 Seal Brown

📋 copy color: '#481310'

red 72 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #481310

Tints of Seal Brown #481310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 67.29%
G = 17.76%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481310 (or 0x481310) is known color: Seal Brown. HEX triplet: 48, 13 and 10. RGB value is (72,19,16). Sum of RGB (Red+Green+Blue) = 72+19+16=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481310 is #B7ECEF. Grayscale: #222222. Windows color (decimal): -12053744 or 1053512. OLE color: 1053512.

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

Color convert

RGB 72 19 16 -
CMYK 0 0.74 0.78 0.72
HSL 3.21º 0.64% 0.17% -
HSV(B) 3.21º 0.78% 0.28% -
XYZ 3 1.88 0.7 -
YUV 34.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 72 19 16 0 0.74 0.78 0.72 3.21 0.64 0.17
Hex 48 13 10 0 4A 4E 48 3 40 11
Octal 110 23 20 0 112 116 110 3 100 21
Binary 1001000 10011 10000 0 1001010 1001110 1001000 11 1000000 10001

Color Harmonies of #481310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481310

Black with #481310

Text Example


Text Example

White with #481310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481310; }

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

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

background-color css

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

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

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

border-color css

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

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

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