Html Css Color HEX #470F0C Seal Brown

📋 copy color: '#470F0C'

red 71 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #470F0C

Tints of Seal Brown #470F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.31%

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

R = 72.45%
G = 15.31%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#470F0C (or 0x470F0C) is known color: Seal Brown. HEX triplet: 47, 0F and 0C. RGB value is (71,15,12). Sum of RGB (Red+Green+Blue) = 71+15+12=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F0C is #B8F0F3. Grayscale: #1F1F1F. Windows color (decimal): -12120308 or 790343. OLE color: 790343.

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

Color convert

RGB 71 15 12 -
CMYK 0 0.79 0.83 0.72
HSL 3.05º 0.71% 0.16% -
HSV(B) 3.05º 0.83% 0.28% -
XYZ 2.84 1.71 0.53 -
YUV 31.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 71 15 12 0 0.79 0.83 0.72 3.05 0.71 0.16
Hex 47 F C 0 4F 53 48 3 47 10
Octal 107 17 14 0 117 123 110 3 107 20
Binary 1000111 1111 1100 0 1001111 1010011 1001000 11 1000111 10000

Color Harmonies of #470F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F0C

Black with #470F0C

Text Example


Text Example

White with #470F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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