Html Css Color HEX #411409 Seal Brown

📋 copy color: '#411409'

red 65 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #411409

Tints of Seal Brown #411409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

 BLUE value IS 9 (3.91% from 255) = 9.57%

R = 69.15%
G = 21.28%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411409 (or 0x411409) is known color: Seal Brown. HEX triplet: 41, 14 and 09. RGB value is (65,20,9). Sum of RGB (Red+Green+Blue) = 65+20+9=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411409 is #BEEBF6. Grayscale: #202020. Windows color (decimal): -12512247 or 595009. OLE color: 595009.

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

Color convert

RGB 65 20 9 -
CMYK 0 0.69 0.86 0.75
HSL 11.79º 0.76% 0.15% -
HSV(B) 11.79º 0.86% 0.25% -
XYZ 2.48 1.64 0.45 -
YUV 32.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 65 20 9 0 0.69 0.86 0.75 11.79 0.76 0.15
Hex 41 14 9 0 45 56 4B C 4C F
Octal 101 24 11 0 105 126 113 14 114 17
Binary 1000001 10100 1001 0 1000101 1010110 1001011 1100 1001100 1111

Color Harmonies of #411409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411409

Black with #411409

Text Example


Text Example

White with #411409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411409; }

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

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

background-color css

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

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

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

border-color css

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

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

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