Html Css Color HEX #470E0C Seal Brown

📋 copy color: '#470E0C'

red 71 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #470E0C

Tints of Seal Brown #470E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 73.2%
G = 14.43%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#470E0C (or 0x470E0C) is known color: Seal Brown. HEX triplet: 47, 0E and 0C. RGB value is (71,14,12). Sum of RGB (Red+Green+Blue) = 71+14+12=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E0C is #B8F1F3. Grayscale: #1E1E1E. Windows color (decimal): -12120564 or 790087. OLE color: 790087.

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

Color convert

RGB 71 14 12 -
CMYK 0 0.80 0.83 0.72
HSL 2.03º 0.71% 0.16% -
HSV(B) 2.03º 0.83% 0.28% -
XYZ 2.82 1.68 0.52 -
YUV 30.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 71 14 12 0 0.80 0.83 0.72 2.03 0.71 0.16
Hex 47 E C 0 50 53 48 2 47 10
Octal 107 16 14 0 120 123 110 2 107 20
Binary 1000111 1110 1100 0 1010000 1010011 1001000 10 1000111 10000

Color Harmonies of #470E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E0C

Black with #470E0C

Text Example


Text Example

White with #470E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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