Html Css Color HEX #471010 Seal Brown

📋 copy color: '#471010'

red 71 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #471010

Tints of Seal Brown #471010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 68.93%
G = 15.53%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471010 (or 0x471010) is known color: Seal Brown. HEX triplet: 47, 10 and 10. RGB value is (71,16,16). Sum of RGB (Red+Green+Blue) = 71+16+16=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471010 is #B8EFEF. Grayscale: #202020. Windows color (decimal): -12120048 or 1052743. OLE color: 1052743.

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

Color convert

RGB 71 16 16 -
CMYK 0 0.77 0.77 0.72
HSL 0.63% 0.17% -
HSV(B) 0.77% 0.28% -
XYZ 2.88 1.75 0.68 -
YUV 32.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 71 16 16 0 0.77 0.77 0.72 0 0.63 0.17
Hex 47 10 10 0 4D 4D 48 0 3F 11
Octal 107 20 20 0 115 115 110 0 77 21
Binary 1000111 10000 10000 0 1001101 1001101 1001000 0 111111 10001

Color Harmonies of #471010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471010

Black with #471010

Text Example


Text Example

White with #471010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471010; }

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

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

background-color css

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

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

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

border-color css

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

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

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