Html Css Color HEX #470F0B Seal Brown

📋 copy color: '#470F0B'

red 71 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #470F0B

Tints of Seal Brown #470F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 73.2%
G = 15.46%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#470F0B (or 0x470F0B) is known color: Seal Brown. HEX triplet: 47, 0F and 0B. RGB value is (71,15,11). Sum of RGB (Red+Green+Blue) = 71+15+11=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F0B is #B8F0F4. Grayscale: #1F1F1F. Windows color (decimal): -12120309 or 724807. OLE color: 724807.

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

Color convert

RGB 71 15 11 -
CMYK 0 0.79 0.85 0.72
HSL 0.73% 0.16% -
HSV(B) 0.85% 0.28% -
XYZ 2.83 1.71 0.5 -
YUV 31.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 71 15 11 0 0.79 0.85 0.72 4 0.73 0.16
Hex 47 F B 0 4F 55 48 4 49 10
Octal 107 17 13 0 117 125 110 4 111 20
Binary 1000111 1111 1011 0 1001111 1010101 1001000 100 1001001 10000

Color Harmonies of #470F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F0B

Black with #470F0B

Text Example


Text Example

White with #470F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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