Html Css Color HEX #441D1C Seal Brown

📋 copy color: '#441D1C'

red 68 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #441D1C

Tints of Seal Brown #441D1C

RGB

 RED value IS 68 (26.95% from 255) = 54.4%

 GREEN value IS 29 (11.72% from 255) = 23.2%

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

R = 54.4%
G = 23.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#441D1C (or 0x441D1C) is known color: Seal Brown. HEX triplet: 44, 1D and 1C. RGB value is (68,29,28). Sum of RGB (Red+Green+Blue) = 68+29+28=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D1C is #BBE2E3. Grayscale: #282828. Windows color (decimal): -12313316 or 1842500. OLE color: 1842500.

HSL color Cylindrical-coordinate representation of color #441D1C: hue angle of 1.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441D1C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 28 -
CMYK 0 0.57 0.59 0.73
HSL 1.5º 0.42% 0.19% -
HSV(B) 1.5º 0.59% 0.27% -
XYZ 3.03 2.19 1.36 -
YUV 40.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 68 29 28 0 0.57 0.59 0.73 1.5 0.42 0.19
Hex 44 1D 1C 0 39 3B 49 2 2A 13
Octal 104 35 34 0 71 73 111 2 52 23
Binary 1000100 11101 11100 0 111001 111011 1001001 10 101010 10011

Color Harmonies of #441D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D1C

Black with #441D1C

Text Example


Text Example

White with #441D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D1C; }

 p { color: rgb(68,29,28); }

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

background-color css

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

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

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

border-color css

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

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

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