Html Css Color HEX #470302 Seal Brown

📋 copy color: '#470302'

red 71 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #470302

Tints of Seal Brown #470302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

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

R = 93.42%
G = 3.95%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#470302 (or 0x470302) is known color: Seal Brown. HEX triplet: 47, 03 and 02. RGB value is (71,3,2). Sum of RGB (Red+Green+Blue) = 71+3+2=76 (10% of max value = 765). Red value is 71 (28.12% from 255 or 93.42% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 71 - color contains mainly: red. Hex color #470302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470302 is #B8FCFD. Grayscale: #171717. Windows color (decimal): -12123390 or 131911. OLE color: 131911.

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

Color convert

RGB 71 3 2 -
CMYK 0 0.96 0.97 0.72
HSL 0.87º 0.95% 0.14% -
HSV(B) 0.87º 0.97% 0.28% -
XYZ 2.64 1.41 0.19 -
YUV 23.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 71 3 2 0 0.96 0.97 0.72 0.87 0.95 0.14
Hex 47 3 2 0 60 61 48 1 5F E
Octal 107 3 2 0 140 141 110 1 137 16
Binary 1000111 11 10 0 1100000 1100001 1001000 1 1011111 1110

Color Harmonies of #470302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470302

Black with #470302

Text Example


Text Example

White with #470302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470302; }

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

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

background-color css

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

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

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

border-color css

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

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

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