Html Css Color HEX #441000 Seal Brown

📋 copy color: '#441000'

red 68 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #441000

Tints of Seal Brown #441000

RGB

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

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

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

R = 80.95%
G = 19.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441000 (or 0x441000) is known color: Seal Brown. HEX triplet: 44, 10 and 00. RGB value is (68,16,0). Sum of RGB (Red+Green+Blue) = 68+16+0=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #441000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441000 is #BBEFFF. Grayscale: #1D1D1D. Windows color (decimal): -12316672 or 4164. OLE color: 4164.

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

Color convert

RGB 68 16 0 -
CMYK 0 0.76 1 0.73
HSL 14.12º 1% 0.13% -
HSV(B) 14.12º 1% 0.27% -
XYZ 2.57 1.6 0.17 -
YUV 29.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 68 16 0 0 0.76 1 0.73 14.12 1 0.13
Hex 44 10 0 0 4C 64 49 E 64 D
Octal 104 20 0 0 114 144 111 16 144 15
Binary 1000100 10000 0 0 1001100 1100100 1001001 1110 1100100 1101

Color Harmonies of #441000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441000

Black with #441000

Text Example


Text Example

White with #441000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441000; }

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

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

background-color css

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

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

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

border-color css

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

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

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