Html Css Color HEX #441A1A Seal Brown

📋 copy color: '#441A1A'

red 68 ◦ green 26 ◦ blue 26

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

Shades of Seal Brown #441A1A

Tints of Seal Brown #441A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 56.67%
G = 21.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#441A1A (or 0x441A1A) is known color: Seal Brown. HEX triplet: 44, 1A and 1A. RGB value is (68,26,26). Sum of RGB (Red+Green+Blue) = 68+26+26=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A1A is #BBE5E5. Grayscale: #262626. Windows color (decimal): -12314086 or 1710660. OLE color: 1710660.

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

Color convert

RGB 68 26 26 -
CMYK 0 0.62 0.62 0.73
HSL 0.45% 0.18% -
HSV(B) 0.62% 0.27% -
XYZ 2.94 2.04 1.22 -
YUV 38.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 68 26 26 0 0.62 0.62 0.73 0 0.45 0.18
Hex 44 1A 1A 0 3E 3E 49 0 2D 12
Octal 104 32 32 0 76 76 111 0 55 22
Binary 1000100 11010 11010 0 111110 111110 1001001 0 101101 10010

Color Harmonies of #441A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A1A

Black with #441A1A

Text Example


Text Example

White with #441A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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