Html Css Color HEX #441101 Seal Brown

📋 copy color: '#441101'

red 68 ◦ green 17 ◦ blue 1

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

Shades of Seal Brown #441101

Tints of Seal Brown #441101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 1 (0.78% from 255) = 1.16%

R = 79.07%
G = 19.77%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441101 (or 0x441101) is known color: Seal Brown. HEX triplet: 44, 11 and 01. RGB value is (68,17,1). Sum of RGB (Red+Green+Blue) = 68+17+1=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #441101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441101 is #BBEEFE. Grayscale: #1E1E1E. Windows color (decimal): -12316415 or 69956. OLE color: 69956.

HSL color Cylindrical-coordinate representation of color #441101: hue angle of 14.33º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #441101 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 1 -
CMYK 0 0.75 0.99 0.73
HSL 14.33º 0.97% 0.14% -
HSV(B) 14.33º 0.99% 0.27% -
XYZ 2.59 1.63 0.21 -
YUV 30.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 68 17 1 0 0.75 0.99 0.73 14.33 0.97 0.14
Hex 44 11 1 0 4B 63 49 E 61 E
Octal 104 21 1 0 113 143 111 16 141 16
Binary 1000100 10001 1 0 1001011 1100011 1001001 1110 1100001 1110

Color Harmonies of #441101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441101

Black with #441101

Text Example


Text Example

White with #441101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441101; }

 p { color: rgb(68,17,1); }

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

background-color css

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

 a { background-color: rgb(68,17,1); }

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

border-color css

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

 span { border-color: rgb(68,17,1); }

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