Html Css Color HEX #440200 Seal Brown

📋 copy color: '#440200'

red 68 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #440200

Tints of Seal Brown #440200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.14%
G = 2.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#440200 (or 0x440200) is known color: Seal Brown. HEX triplet: 44, 02 and 00. RGB value is (68,2,0). Sum of RGB (Red+Green+Blue) = 68+2+0=70 (9% of max value = 765). Red value is 68 (26.95% from 255 or 97.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 68 - color contains mainly: red. Hex color #440200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440200 is #BBFDFF. Grayscale: #151515. Windows color (decimal): -12320256 or 580. OLE color: 580.

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

Color convert

RGB 68 2 0 -
CMYK 0 0.97 1 0.73
HSL 1.76º 1% 0.13% -
HSV(B) 1.76º 1% 0.27% -
XYZ 2.41 1.27 0.12 -
YUV 21.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 68 2 0 0 0.97 1 0.73 1.76 1 0.13
Hex 44 2 0 0 61 64 49 2 64 D
Octal 104 2 0 0 141 144 111 2 144 15
Binary 1000100 10 0 0 1100001 1100100 1001001 10 1100100 1101

Color Harmonies of #440200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440200

Black with #440200

Text Example


Text Example

White with #440200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440200; }

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

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

background-color css

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

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

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

border-color css

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

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

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