Html Css Color HEX #411008 Seal Brown

📋 copy color: '#411008'

red 65 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #411008

Tints of Seal Brown #411008

RGB

 RED value IS 65 (25.78% from 255) = 73.03%

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

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

R = 73.03%
G = 17.98%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411008 (or 0x411008) is known color: Seal Brown. HEX triplet: 41, 10 and 08. RGB value is (65,16,8). Sum of RGB (Red+Green+Blue) = 65+16+8=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411008 is #BEEFF7. Grayscale: #1D1D1D. Windows color (decimal): -12513272 or 528449. OLE color: 528449.

HSL color Cylindrical-coordinate representation of color #411008: hue angle of 8.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411008 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 8 -
CMYK 0 0.75 0.88 0.75
HSL 8.42º 0.78% 0.14% -
HSV(B) 8.42º 0.88% 0.25% -
XYZ 2.41 1.51 0.39 -
YUV 29.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 65 16 8 0 0.75 0.88 0.75 8.42 0.78 0.14
Hex 41 10 8 0 4B 58 4B 8 4E E
Octal 101 20 10 0 113 130 113 10 116 16
Binary 1000001 10000 1000 0 1001011 1011000 1001011 1000 1001110 1110

Color Harmonies of #411008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411008

Black with #411008

Text Example


Text Example

White with #411008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411008; }

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

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

background-color css

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

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

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

border-color css

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

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

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