Html Css Color HEX #470D00 Seal Brown

📋 copy color: '#470D00'

red 71 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #470D00

Tints of Seal Brown #470D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.48%

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

R = 84.52%
G = 15.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#470D00 (or 0x470D00) is known color: Seal Brown. HEX triplet: 47, 0D and 00. RGB value is (71,13,0). Sum of RGB (Red+Green+Blue) = 71+13+0=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D00 is #B8F2FF. Grayscale: #1C1C1C. Windows color (decimal): -12120832 or 3399. OLE color: 3399.

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

Color convert

RGB 71 13 0 -
CMYK 0 0.82 1 0.72
HSL 10.99º 1% 0.14% -
HSV(B) 10.99º 1% 0.28% -
XYZ 2.74 1.63 0.17 -
YUV 28.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 71 13 0 0 0.82 1 0.72 10.99 1 0.14
Hex 47 D 0 0 52 64 48 B 64 E
Octal 107 15 0 0 122 144 110 13 144 16
Binary 1000111 1101 0 0 1010010 1100100 1001000 1011 1100100 1110

Color Harmonies of #470D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D00

Black with #470D00

Text Example


Text Example

White with #470D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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