Html Css Color HEX #411C1B Seal Brown

📋 copy color: '#411C1B'

red 65 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #411C1B

Tints of Seal Brown #411C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 54.17%
G = 23.33%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#411C1B (or 0x411C1B) is known color: Seal Brown. HEX triplet: 41, 1C and 1B. RGB value is (65,28,27). Sum of RGB (Red+Green+Blue) = 65+28+27=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1B is #BEE3E4. Grayscale: #262626. Windows color (decimal): -12510181 or 1776705. OLE color: 1776705.

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

Color convert

RGB 65 28 27 -
CMYK 0 0.57 0.58 0.75
HSL 1.58º 0.41% 0.18% -
HSV(B) 1.58º 0.58% 0.25% -
XYZ 2.79 2.03 1.28 -
YUV 38.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 65 28 27 0 0.57 0.58 0.75 1.58 0.41 0.18
Hex 41 1C 1B 0 39 3A 4B 2 29 12
Octal 101 34 33 0 71 72 113 2 51 22
Binary 1000001 11100 11011 0 111001 111010 1001011 10 101001 10010

Color Harmonies of #411C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C1B

Black with #411C1B

Text Example


Text Example

White with #411C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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