Html Css Color HEX #470603 Seal Brown

📋 copy color: '#470603'

red 71 ◦ green 6 ◦ blue 3

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

Shades of Seal Brown #470603

Tints of Seal Brown #470603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

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

R = 88.75%
G = 7.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#470603 (or 0x470603) is known color: Seal Brown. HEX triplet: 47, 06 and 03. RGB value is (71,6,3). Sum of RGB (Red+Green+Blue) = 71+6+3=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470603 is #B8F9FC. Grayscale: #191919. Windows color (decimal): -12122621 or 198215. OLE color: 198215.

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

Color convert

RGB 71 6 3 -
CMYK 0 0.92 0.96 0.72
HSL 2.65º 0.92% 0.15% -
HSV(B) 2.65º 0.96% 0.28% -
XYZ 2.68 1.48 0.23 -
YUV 25.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 71 6 3 0 0.92 0.96 0.72 2.65 0.92 0.15
Hex 47 6 3 0 5C 60 48 3 5C F
Octal 107 6 3 0 134 140 110 3 134 17
Binary 1000111 110 11 0 1011100 1100000 1001000 11 1011100 1111

Color Harmonies of #470603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470603

Black with #470603

Text Example


Text Example

White with #470603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470603; }

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

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

background-color css

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

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

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

border-color css

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

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

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