Html Css Color HEX #470E00 Seal Brown

📋 copy color: '#470E00'

red 71 ◦ green 14 ◦ blue 0

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

Shades of Seal Brown #470E00

Tints of Seal Brown #470E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.47%

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

R = 83.53%
G = 16.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#470E00 (or 0x470E00) is known color: Seal Brown. HEX triplet: 47, 0E and 00. RGB value is (71,14,0). Sum of RGB (Red+Green+Blue) = 71+14+0=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E00 is #B8F1FF. Grayscale: #1D1D1D. Windows color (decimal): -12120576 or 3655. OLE color: 3655.

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

Color convert

RGB 71 14 0 -
CMYK 0 0.80 1 0.72
HSL 11.83º 1% 0.14% -
HSV(B) 11.83º 1% 0.28% -
XYZ 2.76 1.65 0.17 -
YUV 29.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 71 14 0 0 0.80 1 0.72 11.83 1 0.14
Hex 47 E 0 0 50 64 48 C 64 E
Octal 107 16 0 0 120 144 110 14 144 16
Binary 1000111 1110 0 0 1010000 1100100 1001000 1100 1100100 1110

Color Harmonies of #470E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E00

Black with #470E00

Text Example


Text Example

White with #470E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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