Html Css Color HEX #471001 Seal Brown

📋 copy color: '#471001'

red 71 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #471001

Tints of Seal Brown #471001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 80.68%
G = 18.18%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471001 (or 0x471001) is known color: Seal Brown. HEX triplet: 47, 10 and 01. RGB value is (71,16,1). Sum of RGB (Red+Green+Blue) = 71+16+1=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #471001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471001 is #B8EFFE. Grayscale: #1E1E1E. Windows color (decimal): -12120063 or 69703. OLE color: 69703.

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

Color convert

RGB 71 16 1 -
CMYK 0 0.77 0.99 0.72
HSL 12.86º 0.97% 0.14% -
HSV(B) 12.86º 0.99% 0.28% -
XYZ 2.79 1.71 0.21 -
YUV 30.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 71 16 1 0 0.77 0.99 0.72 12.86 0.97 0.14
Hex 47 10 1 0 4D 63 48 D 61 E
Octal 107 20 1 0 115 143 110 15 141 16
Binary 1000111 10000 1 0 1001101 1100011 1001000 1101 1100001 1110

Color Harmonies of #471001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471001

Black with #471001

Text Example


Text Example

White with #471001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471001; }

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

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

background-color css

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

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

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

border-color css

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

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

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