Html Css Color HEX #471008 Seal Brown

📋 copy color: '#471008'

red 71 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #471008

Tints of Seal Brown #471008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 74.74%
G = 16.84%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471008 (or 0x471008) is known color: Seal Brown. HEX triplet: 47, 10 and 08. RGB value is (71,16,8). Sum of RGB (Red+Green+Blue) = 71+16+8=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471008 is #B8EFF7. Grayscale: #1F1F1F. Windows color (decimal): -12120056 or 528455. OLE color: 528455.

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

Color convert

RGB 71 16 8 -
CMYK 0 0.77 0.89 0.72
HSL 7.62º 0.8% 0.15% -
HSV(B) 7.62º 0.89% 0.28% -
XYZ 2.83 1.73 0.41 -
YUV 31.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 71 16 8 0 0.77 0.89 0.72 7.62 0.8 0.15
Hex 47 10 8 0 4D 59 48 8 50 F
Octal 107 20 10 0 115 131 110 10 120 17
Binary 1000111 10000 1000 0 1001101 1011001 1001000 1000 1010000 1111

Color Harmonies of #471008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471008

Black with #471008

Text Example


Text Example

White with #471008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471008; }

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

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

background-color css

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

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

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

border-color css

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

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

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