Html Css Color HEX #471814 Seal Brown

📋 copy color: '#471814'

red 71 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #471814

Tints of Seal Brown #471814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 61.74%
G = 20.87%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471814 (or 0x471814) is known color: Seal Brown. HEX triplet: 47, 18 and 14. RGB value is (71,24,20). Sum of RGB (Red+Green+Blue) = 71+24+20=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471814 is #B8E7EB. Grayscale: #252525. Windows color (decimal): -12117996 or 1316935. OLE color: 1316935.

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

Color convert

RGB 71 24 20 -
CMYK 0 0.66 0.72 0.72
HSL 4.71º 0.56% 0.18% -
HSV(B) 4.71º 0.72% 0.28% -
XYZ 3.05 2.04 0.9 -
YUV 37.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 71 24 20 0 0.66 0.72 0.72 4.71 0.56 0.18
Hex 47 18 14 0 42 48 48 5 38 12
Octal 107 30 24 0 102 110 110 5 70 22
Binary 1000111 11000 10100 0 1000010 1001000 1001000 101 111000 10010

Color Harmonies of #471814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471814

Black with #471814

Text Example


Text Example

White with #471814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471814; }

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

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

background-color css

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

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

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

border-color css

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

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

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