Html Css Color HEX #410505 Seal Brown

📋 copy color: '#410505'

red 65 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #410505

Tints of Seal Brown #410505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.67%

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 86.67%
G = 6.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#410505 (or 0x410505) is known color: Seal Brown. HEX triplet: 41, 05 and 05. RGB value is (65,5,5). Sum of RGB (Red+Green+Blue) = 65+5+5=75 (9% of max value = 765). Red value is 65 (25.78% from 255 or 86.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 65 - color contains mainly: red. Hex color #410505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410505 is #BEFAFA. Grayscale: #171717. Windows color (decimal): -12516091 or 329025. OLE color: 329025.

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

Color convert

RGB 65 5 5 -
CMYK 0 0.92 0.92 0.75
HSL 0.86% 0.14% -
HSV(B) 0.92% 0.25% -
XYZ 2.26 1.24 0.26 -
YUV 22.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 65 5 5 0 0.92 0.92 0.75 0 0.86 0.14
Hex 41 5 5 0 5C 5C 4B 0 56 E
Octal 101 5 5 0 134 134 113 0 126 16
Binary 1000001 101 101 0 1011100 1011100 1001011 0 1010110 1110

Color Harmonies of #410505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410505

Black with #410505

Text Example


Text Example

White with #410505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410505; }

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

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

background-color css

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

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

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

border-color css

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

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

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