Html Css Color HEX #411C1C Seal Brown

📋 copy color: '#411C1C'

red 65 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #411C1C

Tints of Seal Brown #411C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 53.72%
G = 23.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#411C1C (or 0x411C1C) is known color: Seal Brown. HEX triplet: 41, 1C and 1C. RGB value is (65,28,28). Sum of RGB (Red+Green+Blue) = 65+28+28=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1C is #BEE3E3. Grayscale: #272727. Windows color (decimal): -12510180 or 1842241. OLE color: 1842241.

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

Color convert

RGB 65 28 28 -
CMYK 0 0.57 0.57 0.75
HSL 0.4% 0.18% -
HSV(B) 0.57% 0.25% -
XYZ 2.8 2.04 1.34 -
YUV 39.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 65 28 28 0 0.57 0.57 0.75 0 0.4 0.18
Hex 41 1C 1C 0 39 39 4B 0 28 12
Octal 101 34 34 0 71 71 113 0 50 22
Binary 1000001 11100 11100 0 111001 111001 1001011 0 101000 10010

Color Harmonies of #411C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C1C

Black with #411C1C

Text Example


Text Example

White with #411C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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