Html Css Color HEX #471614 Seal Brown

📋 copy color: '#471614'

red 71 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #471614

Tints of Seal Brown #471614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 62.83%
G = 19.47%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471614 (or 0x471614) is known color: Seal Brown. HEX triplet: 47, 16 and 14. RGB value is (71,22,20). Sum of RGB (Red+Green+Blue) = 71+22+20=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471614 is #B8E9EB. Grayscale: #242424. Windows color (decimal): -12118508 or 1316423. OLE color: 1316423.

HSL color Cylindrical-coordinate representation of color #471614: hue angle of 2.35º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471614 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 20 -
CMYK 0 0.69 0.72 0.72
HSL 2.35º 0.56% 0.18% -
HSV(B) 2.35º 0.72% 0.28% -
XYZ 3.01 1.96 0.88 -
YUV 36.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 71 22 20 0 0.69 0.72 0.72 2.35 0.56 0.18
Hex 47 16 14 0 45 48 48 2 38 12
Octal 107 26 24 0 105 110 110 2 70 22
Binary 1000111 10110 10100 0 1000101 1001000 1001000 10 111000 10010

Color Harmonies of #471614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471614

Black with #471614

Text Example


Text Example

White with #471614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471614; }

 p { color: rgb(71,22,20); }

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

background-color css

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

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

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

border-color css

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

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

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