Html Css Color HEX #440701 Seal Brown

📋 copy color: '#440701'

red 68 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #440701

Tints of Seal Brown #440701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

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

R = 89.47%
G = 9.21%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#440701 (or 0x440701) is known color: Seal Brown. HEX triplet: 44, 07 and 01. RGB value is (68,7,1). Sum of RGB (Red+Green+Blue) = 68+7+1=76 (10% of max value = 765). Red value is 68 (26.95% from 255 or 89.47% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 68 - color contains mainly: red. Hex color #440701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440701 is #BBF8FE. Grayscale: #181818. Windows color (decimal): -12318975 or 67396. OLE color: 67396.

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

Color convert

RGB 68 7 1 -
CMYK 0 0.90 0.99 0.73
HSL 5.37º 0.97% 0.14% -
HSV(B) 5.37º 0.99% 0.27% -
XYZ 2.47 1.38 0.17 -
YUV 24.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 68 7 1 0 0.90 0.99 0.73 5.37 0.97 0.14
Hex 44 7 1 0 5A 63 49 5 61 E
Octal 104 7 1 0 132 143 111 5 141 16
Binary 1000100 111 1 0 1011010 1100011 1001001 101 1100001 1110

Color Harmonies of #440701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440701

Black with #440701

Text Example


Text Example

White with #440701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440701; }

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

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

background-color css

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

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

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

border-color css

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

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

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