Html Css Color HEX #411212 Seal Brown

📋 copy color: '#411212'

red 65 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #411212

Tints of Seal Brown #411212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 64.36%
G = 17.82%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411212 (or 0x411212) is known color: Seal Brown. HEX triplet: 41, 12 and 12. RGB value is (65,18,18). Sum of RGB (Red+Green+Blue) = 65+18+18=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411212 is #BEEDED. Grayscale: #202020. Windows color (decimal): -12512750 or 1184321. OLE color: 1184321.

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

Color convert

RGB 65 18 18 -
CMYK 0 0.72 0.72 0.75
HSL 0.57% 0.16% -
HSV(B) 0.72% 0.25% -
XYZ 2.51 1.6 0.75 -
YUV 32.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 65 18 18 0 0.72 0.72 0.75 0 0.57 0.16
Hex 41 12 12 0 48 48 4B 0 39 10
Octal 101 22 22 0 110 110 113 0 71 20
Binary 1000001 10010 10010 0 1001000 1001000 1001011 0 111001 10000

Color Harmonies of #411212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411212

Black with #411212

Text Example


Text Example

White with #411212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411212; }

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

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

background-color css

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

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

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

border-color css

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

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

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