Html Css Color HEX #470E02 Seal Brown

📋 copy color: '#470E02'

red 71 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #470E02

Tints of Seal Brown #470E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.09%

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

R = 81.61%
G = 16.09%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#470E02 (or 0x470E02) is known color: Seal Brown. HEX triplet: 47, 0E and 02. RGB value is (71,14,2). Sum of RGB (Red+Green+Blue) = 71+14+2=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #470E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E02 is #B8F1FD. Grayscale: #1D1D1D. Windows color (decimal): -12120574 or 134727. OLE color: 134727.

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

Color convert

RGB 71 14 2 -
CMYK 0 0.80 0.97 0.72
HSL 10.43º 0.95% 0.14% -
HSV(B) 10.43º 0.97% 0.28% -
XYZ 2.77 1.66 0.23 -
YUV 29.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 71 14 2 0 0.80 0.97 0.72 10.43 0.95 0.14
Hex 47 E 2 0 50 61 48 A 5F E
Octal 107 16 2 0 120 141 110 12 137 16
Binary 1000111 1110 10 0 1010000 1100001 1001000 1010 1011111 1110

Color Harmonies of #470E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E02

Black with #470E02

Text Example


Text Example

White with #470E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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