Html Css Color HEX #470404 Seal Brown

📋 copy color: '#470404'

red 71 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #470404

Tints of Seal Brown #470404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

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

R = 89.87%
G = 5.06%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#470404 (or 0x470404) is known color: Seal Brown. HEX triplet: 47, 04 and 04. RGB value is (71,4,4). Sum of RGB (Red+Green+Blue) = 71+4+4=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470404 is #B8FBFB. Grayscale: #181818. Windows color (decimal): -12123132 or 263239. OLE color: 263239.

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

Color convert

RGB 71 4 4 -
CMYK 0 0.94 0.94 0.72
HSL 0.89% 0.15% -
HSV(B) 0.94% 0.28% -
XYZ 2.66 1.44 0.25 -
YUV 24.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 71 4 4 0 0.94 0.94 0.72 0 0.89 0.15
Hex 47 4 4 0 5E 5E 48 0 59 F
Octal 107 4 4 0 136 136 110 0 131 17
Binary 1000111 100 100 0 1011110 1011110 1001000 0 1011001 1111

Color Harmonies of #470404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470404

Black with #470404

Text Example


Text Example

White with #470404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470404; }

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

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

background-color css

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

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

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

border-color css

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

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

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