Html Css Color HEX #470F03 Seal Brown

📋 copy color: '#470F03'

red 71 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #470F03

Tints of Seal Brown #470F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.37%

R = 79.78%
G = 16.85%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#470F03 (or 0x470F03) is known color: Seal Brown. HEX triplet: 47, 0F and 03. RGB value is (71,15,3). Sum of RGB (Red+Green+Blue) = 71+15+3=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #470F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F03 is #B8F0FC. Grayscale: #1E1E1E. Windows color (decimal): -12120317 or 200519. OLE color: 200519.

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

Color convert

RGB 71 15 3 -
CMYK 0 0.79 0.96 0.72
HSL 10.59º 0.92% 0.15% -
HSV(B) 10.59º 0.96% 0.28% -
XYZ 2.79 1.69 0.27 -
YUV 30.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 71 15 3 0 0.79 0.96 0.72 10.59 0.92 0.15
Hex 47 F 3 0 4F 60 48 B 5C F
Octal 107 17 3 0 117 140 110 13 134 17
Binary 1000111 1111 11 0 1001111 1100000 1001000 1011 1011100 1111

Color Harmonies of #470F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F03

Black with #470F03

Text Example


Text Example

White with #470F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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