Html Css Color HEX #470804 Seal Brown

📋 copy color: '#470804'

red 71 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #470804

Tints of Seal Brown #470804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 85.54%
G = 9.64%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#470804 (or 0x470804) is known color: Seal Brown. HEX triplet: 47, 08 and 04. RGB value is (71,8,4). Sum of RGB (Red+Green+Blue) = 71+8+4=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #470804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470804 is #B8F7FB. Grayscale: #1A1A1A. Windows color (decimal): -12122108 or 264263. OLE color: 264263.

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

Color convert

RGB 71 8 4 -
CMYK 0 0.89 0.94 0.72
HSL 3.58º 0.89% 0.15% -
HSV(B) 3.58º 0.94% 0.28% -
XYZ 2.71 1.52 0.27 -
YUV 26.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 71 8 4 0 0.89 0.94 0.72 3.58 0.89 0.15
Hex 47 8 4 0 59 5E 48 4 59 F
Octal 107 10 4 0 131 136 110 4 131 17
Binary 1000111 1000 100 0 1011001 1011110 1001000 100 1011001 1111

Color Harmonies of #470804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470804

Black with #470804

Text Example


Text Example

White with #470804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470804; }

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

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

background-color css

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

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

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

border-color css

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

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

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