Html Css Color HEX #470000 Seal Brown

📋 copy color: '#470000'

red 71 ◦ green 0 ◦ blue 0

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

Shades of Seal Brown #470000

Tints of Seal Brown #470000

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#470000 (or 0x470000) is known color: Seal Brown. HEX triplet: 47, 00 and 00. RGB value is (71,0,0). Sum of RGB (Red+Green+Blue) = 71+0+0=71 (9% of max value = 765). Red value is 71 (28.12% from 255 or 100% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 71 - color contains mainly: red. Hex color #470000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470000 is #B8FFFF. Grayscale: #151515. Windows color (decimal): -12124160 or 71. OLE color: 71.

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

Color convert

RGB 71 0 0 -
CMYK 0 1 1 0.72
HSL 1% 0.14% -
HSV(B) 1% 0.28% -
XYZ 2.6 1.34 0.12 -
YUV 21.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 71 0 0 0 1 1 0.72 0 1 0.14
Hex 47 0 0 0 64 64 48 0 64 E
Octal 107 0 0 0 144 144 110 0 144 16
Binary 1000111 0 0 0 1100100 1100100 1001000 0 1100100 1110

Color Harmonies of #470000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470000

Black with #470000

Text Example


Text Example

White with #470000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470000; }

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

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

background-color css

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

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

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

border-color css

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

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

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