Html Css Color HEX #410808 Seal Brown

📋 copy color: '#410808'

red 65 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #410808

Tints of Seal Brown #410808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 80.25%
G = 9.88%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#410808 (or 0x410808) is known color: Seal Brown. HEX triplet: 41, 08 and 08. RGB value is (65,8,8). Sum of RGB (Red+Green+Blue) = 65+8+8=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410808 is #BEF7F7. Grayscale: #191919. Windows color (decimal): -12515320 or 526401. OLE color: 526401.

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

Color convert

RGB 65 8 8 -
CMYK 0 0.88 0.88 0.75
HSL 0.78% 0.14% -
HSV(B) 0.88% 0.25% -
XYZ 2.31 1.32 0.36 -
YUV 25.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 65 8 8 0 0.88 0.88 0.75 0 0.78 0.14
Hex 41 8 8 0 58 58 4B 0 4E E
Octal 101 10 10 0 130 130 113 0 116 16
Binary 1000001 1000 1000 0 1011000 1011000 1001011 0 1001110 1110

Color Harmonies of #410808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410808

Black with #410808

Text Example


Text Example

White with #410808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410808; }

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

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

background-color css

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

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

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

border-color css

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

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

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