Html Css Color HEX #440101 Seal Brown

📋 copy color: '#440101'

red 68 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #440101

Tints of Seal Brown #440101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

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

R = 97.14%
G = 1.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#440101 (or 0x440101) is known color: Seal Brown. HEX triplet: 44, 01 and 01. RGB value is (68,1,1). Sum of RGB (Red+Green+Blue) = 68+1+1=70 (9% of max value = 765). Red value is 68 (26.95% from 255 or 97.14% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 68 - color contains mainly: red. Hex color #440101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440101 is #BBFEFE. Grayscale: #151515. Windows color (decimal): -12320511 or 65860. OLE color: 65860.

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

Color convert

RGB 68 1 1 -
CMYK 0 0.99 0.99 0.73
HSL 0.97% 0.14% -
HSV(B) 0.99% 0.27% -
XYZ 2.4 1.25 0.14 -
YUV 21.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 68 1 1 0 0.99 0.99 0.73 0 0.97 0.14
Hex 44 1 1 0 63 63 49 0 61 E
Octal 104 1 1 0 143 143 111 0 141 16
Binary 1000100 1 1 0 1100011 1100011 1001001 0 1100001 1110

Color Harmonies of #440101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440101

Black with #440101

Text Example


Text Example

White with #440101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440101; }

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

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

background-color css

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

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

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

border-color css

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

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

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