Html Css Color HEX #471308 Seal Brown

📋 copy color: '#471308'

red 71 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #471308

Tints of Seal Brown #471308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.39%

 BLUE value IS 8 (3.52% from 255) = 8.16%

R = 72.45%
G = 19.39%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471308 (or 0x471308) is known color: Seal Brown. HEX triplet: 47, 13 and 08. RGB value is (71,19,8). Sum of RGB (Red+Green+Blue) = 71+19+8=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471308 is #B8ECF7. Grayscale: #212121. Windows color (decimal): -12119288 or 529223. OLE color: 529223.

HSL color Cylindrical-coordinate representation of color #471308: hue angle of 10.48º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471308 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 8 -
CMYK 0 0.73 0.89 0.72
HSL 10.48º 0.8% 0.15% -
HSV(B) 10.48º 0.89% 0.28% -
XYZ 2.88 1.82 0.43 -
YUV 33.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 71 19 8 0 0.73 0.89 0.72 10.48 0.8 0.15
Hex 47 13 8 0 49 59 48 A 50 F
Octal 107 23 10 0 111 131 110 12 120 17
Binary 1000111 10011 1000 0 1001001 1011001 1001000 1010 1010000 1111

Color Harmonies of #471308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471308

Black with #471308

Text Example


Text Example

White with #471308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471308; }

 p { color: rgb(71,19,8); }

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

background-color css

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

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

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

border-color css

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

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

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