Html Css Color HEX #470D0D Seal Brown

📋 copy color: '#470D0D'

red 71 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #470D0D

Tints of Seal Brown #470D0D

RGB

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

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

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

R = 73.2%
G = 13.4%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#470D0D (or 0x470D0D) is known color: Seal Brown. HEX triplet: 47, 0D and 0D. RGB value is (71,13,13). Sum of RGB (Red+Green+Blue) = 71+13+13=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D0D is #B8F2F2. Grayscale: #1E1E1E. Windows color (decimal): -12120819 or 855367. OLE color: 855367.

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

Color convert

RGB 71 13 13 -
CMYK 0 0.82 0.82 0.72
HSL 0.69% 0.16% -
HSV(B) 0.82% 0.28% -
XYZ 2.82 1.66 0.55 -
YUV 30.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 71 13 13 0 0.82 0.82 0.72 0 0.69 0.16
Hex 47 D D 0 52 52 48 0 45 10
Octal 107 15 15 0 122 122 110 0 105 20
Binary 1000111 1101 1101 0 1010010 1010010 1001000 0 1000101 10000

Color Harmonies of #470D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D0D

Black with #470D0D

Text Example


Text Example

White with #470D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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