Html Css Color HEX #471510 Seal Brown

📋 copy color: '#471510'

red 71 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #471510

Tints of Seal Brown #471510

RGB

 RED value IS 71 (28.13% from 255) = 65.74%

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

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

R = 65.74%
G = 19.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471510 (or 0x471510) is known color: Seal Brown. HEX triplet: 47, 15 and 10. RGB value is (71,21,16). Sum of RGB (Red+Green+Blue) = 71+21+16=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471510 is #B8EAEF. Grayscale: #232323. Windows color (decimal): -12118768 or 1054023. OLE color: 1054023.

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

Color convert

RGB 71 21 16 -
CMYK 0 0.70 0.77 0.72
HSL 5.45º 0.63% 0.17% -
HSV(B) 5.45º 0.77% 0.28% -
XYZ 2.96 1.91 0.7 -
YUV 35.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 71 21 16 0 0.70 0.77 0.72 5.45 0.63 0.17
Hex 47 15 10 0 46 4D 48 5 3F 11
Octal 107 25 20 0 106 115 110 5 77 21
Binary 1000111 10101 10000 0 1000110 1001101 1001000 101 111111 10001

Color Harmonies of #471510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471510

Black with #471510

Text Example


Text Example

White with #471510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471510; }

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

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

background-color css

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

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

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

border-color css

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

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

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