Html Css Color HEX #470702 Seal Brown

📋 copy color: '#470702'

red 71 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #470702

Tints of Seal Brown #470702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.75%

 BLUE value IS 2 (1.17% from 255) = 2.5%

R = 88.75%
G = 8.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#470702 (or 0x470702) is known color: Seal Brown. HEX triplet: 47, 07 and 02. RGB value is (71,7,2). Sum of RGB (Red+Green+Blue) = 71+7+2=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470702 is #B8F8FD. Grayscale: #191919. Windows color (decimal): -12122366 or 132935. OLE color: 132935.

HSL color Cylindrical-coordinate representation of color #470702: hue angle of 4.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470702 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 2 -
CMYK 0 0.90 0.97 0.72
HSL 4.35º 0.95% 0.14% -
HSV(B) 4.35º 0.97% 0.28% -
XYZ 2.69 1.5 0.2 -
YUV 25.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 71 7 2 0 0.90 0.97 0.72 4.35 0.95 0.14
Hex 47 7 2 0 5A 61 48 4 5F E
Octal 107 7 2 0 132 141 110 4 137 16
Binary 1000111 111 10 0 1011010 1100001 1001000 100 1011111 1110

Color Harmonies of #470702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470702

Black with #470702

Text Example


Text Example

White with #470702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470702; }

 p { color: rgb(71,7,2); }

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

background-color css

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

 a { background-color: rgb(71,7,2); }

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

border-color css

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

 span { border-color: rgb(71,7,2); }

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