Html Css Color HEX #411208 Seal Brown

📋 copy color: '#411208'

red 65 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #411208

Tints of Seal Brown #411208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 71.43%
G = 19.78%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411208 (or 0x411208) is known color: Seal Brown. HEX triplet: 41, 12 and 08. RGB value is (65,18,8). Sum of RGB (Red+Green+Blue) = 65+18+8=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #411208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411208 is #BEEDF7. Grayscale: #1E1E1E. Windows color (decimal): -12512760 or 528961. OLE color: 528961.

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

Color convert

RGB 65 18 8 -
CMYK 0 0.72 0.88 0.75
HSL 10.53º 0.78% 0.14% -
HSV(B) 10.53º 0.88% 0.25% -
XYZ 2.44 1.57 0.4 -
YUV 30.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 65 18 8 0 0.72 0.88 0.75 10.53 0.78 0.14
Hex 41 12 8 0 48 58 4B B 4E E
Octal 101 22 10 0 110 130 113 13 116 16
Binary 1000001 10010 1000 0 1001000 1011000 1001011 1011 1001110 1110

Color Harmonies of #411208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411208

Black with #411208

Text Example


Text Example

White with #411208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411208; }

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

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

background-color css

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

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

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

border-color css

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

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

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