Html Css Color HEX #471003 Seal Brown

📋 copy color: '#471003'

red 71 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #471003

Tints of Seal Brown #471003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

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

R = 78.89%
G = 17.78%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471003 (or 0x471003) is known color: Seal Brown. HEX triplet: 47, 10 and 03. RGB value is (71,16,3). Sum of RGB (Red+Green+Blue) = 71+16+3=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471003 is #B8EFFC. Grayscale: #1F1F1F. Windows color (decimal): -12120061 or 200775. OLE color: 200775.

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

Color convert

RGB 71 16 3 -
CMYK 0 0.77 0.96 0.72
HSL 11.47º 0.92% 0.15% -
HSV(B) 11.47º 0.96% 0.28% -
XYZ 2.8 1.72 0.27 -
YUV 30.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 71 16 3 0 0.77 0.96 0.72 11.47 0.92 0.15
Hex 47 10 3 0 4D 60 48 B 5C F
Octal 107 20 3 0 115 140 110 13 134 17
Binary 1000111 10000 11 0 1001101 1100000 1001000 1011 1011100 1111

Color Harmonies of #471003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471003

Black with #471003

Text Example


Text Example

White with #471003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471003; }

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

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

background-color css

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

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

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

border-color css

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

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

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