Html Css Color HEX #410900 Seal Brown

📋 copy color: '#410900'

red 65 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #410900

Tints of Seal Brown #410900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.84%
G = 12.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#410900 (or 0x410900) is known color: Seal Brown. HEX triplet: 41, 09 and 00. RGB value is (65,9,0). Sum of RGB (Red+Green+Blue) = 65+9+0=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410900 is #BEF6FF. Grayscale: #181818. Windows color (decimal): -12515072 or 2369. OLE color: 2369.

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

Color convert

RGB 65 9 0 -
CMYK 0 0.86 1 0.75
HSL 8.31º 1% 0.13% -
HSV(B) 8.31º 1% 0.25% -
XYZ 2.28 1.32 0.13 -
YUV 24.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 65 9 0 0 0.86 1 0.75 8.31 1 0.13
Hex 41 9 0 0 56 64 4B 8 64 D
Octal 101 11 0 0 126 144 113 10 144 15
Binary 1000001 1001 0 0 1010110 1100100 1001011 1000 1100100 1101

Color Harmonies of #410900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410900

Black with #410900

Text Example


Text Example

White with #410900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410900; }

 p { color: rgb(65,9,0); }

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

background-color css

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

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

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

border-color css

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

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

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