Html Css Color HEX #471007 Seal Brown

📋 copy color: '#471007'

red 71 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #471007

Tints of Seal Brown #471007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.45%

R = 75.53%
G = 17.02%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471007 (or 0x471007) is known color: Seal Brown. HEX triplet: 47, 10 and 07. RGB value is (71,16,7). Sum of RGB (Red+Green+Blue) = 71+16+7=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471007 is #B8EFF8. Grayscale: #1F1F1F. Windows color (decimal): -12120057 or 462919. OLE color: 462919.

HSL color Cylindrical-coordinate representation of color #471007: hue angle of 8.44º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471007 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 7 -
CMYK 0 0.77 0.90 0.72
HSL 8.44º 0.82% 0.15% -
HSV(B) 8.44º 0.9% 0.28% -
XYZ 2.82 1.73 0.39 -
YUV 31.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 71 16 7 0 0.77 0.90 0.72 8.44 0.82 0.15
Hex 47 10 7 0 4D 5A 48 8 52 F
Octal 107 20 7 0 115 132 110 10 122 17
Binary 1000111 10000 111 0 1001101 1011010 1001000 1000 1010010 1111

Color Harmonies of #471007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471007

Black with #471007

Text Example


Text Example

White with #471007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471007; }

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

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

background-color css

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

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

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

border-color css

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

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

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