Html Css Color HEX #481510 Seal Brown

📋 copy color: '#481510'

red 72 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #481510

Tints of Seal Brown #481510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 66.06%
G = 19.27%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481510 (or 0x481510) is known color: Seal Brown. HEX triplet: 48, 15 and 10. RGB value is (72,21,16). Sum of RGB (Red+Green+Blue) = 72+21+16=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481510 is #B7EAEF. Grayscale: #232323. Windows color (decimal): -12053232 or 1054024. OLE color: 1054024.

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

Color convert

RGB 72 21 16 -
CMYK 0 0.71 0.78 0.72
HSL 5.36º 0.64% 0.17% -
HSV(B) 5.36º 0.78% 0.28% -
XYZ 3.03 1.95 0.71 -
YUV 35.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 72 21 16 0 0.71 0.78 0.72 5.36 0.64 0.17
Hex 48 15 10 0 47 4E 48 5 40 11
Octal 110 25 20 0 107 116 110 5 100 21
Binary 1001000 10101 10000 0 1000111 1001110 1001000 101 1000000 10001

Color Harmonies of #481510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481510

Black with #481510

Text Example


Text Example

White with #481510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481510; }

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

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

background-color css

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

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

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

border-color css

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

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

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