Html Css Color HEX #470502 Seal Brown

📋 copy color: '#470502'

red 71 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #470502

Tints of Seal Brown #470502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 91.03%
G = 6.41%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#470502 (or 0x470502) is known color: Seal Brown. HEX triplet: 47, 05 and 02. RGB value is (71,5,2). Sum of RGB (Red+Green+Blue) = 71+5+2=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470502 is #B8FAFD. Grayscale: #181818. Windows color (decimal): -12122878 or 132423. OLE color: 132423.

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

Color convert

RGB 71 5 2 -
CMYK 0 0.93 0.97 0.72
HSL 2.61º 0.95% 0.14% -
HSV(B) 2.61º 0.97% 0.28% -
XYZ 2.66 1.45 0.2 -
YUV 24.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 71 5 2 0 0.93 0.97 0.72 2.61 0.95 0.14
Hex 47 5 2 0 5D 61 48 3 5F E
Octal 107 5 2 0 135 141 110 3 137 16
Binary 1000111 101 10 0 1011101 1100001 1001000 11 1011111 1110

Color Harmonies of #470502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470502

Black with #470502

Text Example


Text Example

White with #470502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470502; }

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

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

background-color css

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

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

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

border-color css

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

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

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