Html Css Color HEX #440201 Seal Brown

📋 copy color: '#440201'

red 68 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #440201

Tints of Seal Brown #440201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.82%

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

R = 95.77%
G = 2.82%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#440201 (or 0x440201) is known color: Seal Brown. HEX triplet: 44, 02 and 01. RGB value is (68,2,1). Sum of RGB (Red+Green+Blue) = 68+2+1=71 (9% of max value = 765). Red value is 68 (26.95% from 255 or 95.77% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 68 - color contains mainly: red. Hex color #440201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440201 is #BBFDFE. Grayscale: #151515. Windows color (decimal): -12320255 or 66116. OLE color: 66116.

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

Color convert

RGB 68 2 1 -
CMYK 0 0.97 0.99 0.73
HSL 0.9º 0.97% 0.14% -
HSV(B) 0.9º 0.99% 0.27% -
XYZ 2.41 1.27 0.15 -
YUV 21.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 68 2 1 0 0.97 0.99 0.73 0.9 0.97 0.14
Hex 44 2 1 0 61 63 49 1 61 E
Octal 104 2 1 0 141 143 111 1 141 16
Binary 1000100 10 1 0 1100001 1100011 1001001 1 1100001 1110

Color Harmonies of #440201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440201

Black with #440201

Text Example


Text Example

White with #440201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440201; }

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

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

background-color css

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

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

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

border-color css

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

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

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