Html Css Color HEX #470E0D Seal Brown

📋 copy color: '#470E0D'

red 71 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #470E0D

Tints of Seal Brown #470E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 72.45%
G = 14.29%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#470E0D (or 0x470E0D) is known color: Seal Brown. HEX triplet: 47, 0E and 0D. RGB value is (71,14,13). Sum of RGB (Red+Green+Blue) = 71+14+13=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E0D is #B8F1F2. Grayscale: #1E1E1E. Windows color (decimal): -12120563 or 855623. OLE color: 855623.

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

Color convert

RGB 71 14 13 -
CMYK 0 0.80 0.82 0.72
HSL 1.03º 0.69% 0.16% -
HSV(B) 1.03º 0.82% 0.28% -
XYZ 2.83 1.68 0.56 -
YUV 30.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 71 14 13 0 0.80 0.82 0.72 1.03 0.69 0.16
Hex 47 E D 0 50 52 48 1 45 10
Octal 107 16 15 0 120 122 110 1 105 20
Binary 1000111 1110 1101 0 1010000 1010010 1001000 1 1000101 10000

Color Harmonies of #470E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E0D

Black with #470E0D

Text Example


Text Example

White with #470E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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