Html Css Color HEX #441001 Seal Brown

📋 copy color: '#441001'

red 68 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #441001

Tints of Seal Brown #441001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 80%
G = 18.82%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441001 (or 0x441001) is known color: Seal Brown. HEX triplet: 44, 10 and 01. RGB value is (68,16,1). Sum of RGB (Red+Green+Blue) = 68+16+1=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #441001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441001 is #BBEFFE. Grayscale: #1D1D1D. Windows color (decimal): -12316671 or 69700. OLE color: 69700.

HSL color Cylindrical-coordinate representation of color #441001: hue angle of 13.43º 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 #441001 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 16 1 -
CMYK 0 0.76 0.99 0.73
HSL 13.43º 0.97% 0.14% -
HSV(B) 13.43º 0.99% 0.27% -
XYZ 2.57 1.6 0.2 -
YUV 29.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 68 16 1 0 0.76 0.99 0.73 13.43 0.97 0.14
Hex 44 10 1 0 4C 63 49 D 61 E
Octal 104 20 1 0 114 143 111 15 141 16
Binary 1000100 10000 1 0 1001100 1100011 1001001 1101 1100001 1110

Color Harmonies of #441001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441001

Black with #441001

Text Example


Text Example

White with #441001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441001; }

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

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

background-color css

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

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

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

border-color css

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

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

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