Html Css Color HEX #441C1A Seal Brown

📋 copy color: '#441C1A'

red 68 ◦ green 28 ◦ blue 26

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

Shades of Seal Brown #441C1A

Tints of Seal Brown #441C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

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

R = 55.74%
G = 22.95%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#441C1A (or 0x441C1A) is known color: Seal Brown. HEX triplet: 44, 1C and 1A. RGB value is (68,28,26). Sum of RGB (Red+Green+Blue) = 68+28+26=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1A is #BBE3E5. Grayscale: #272727. Windows color (decimal): -12313574 or 1711172. OLE color: 1711172.

HSL color Cylindrical-coordinate representation of color #441C1A: hue angle of 2.86º 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 #441C1A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 26 -
CMYK 0 0.59 0.62 0.73
HSL 2.86º 0.45% 0.18% -
HSV(B) 2.86º 0.62% 0.27% -
XYZ 2.99 2.13 1.23 -
YUV 39.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 68 28 26 0 0.59 0.62 0.73 2.86 0.45 0.18
Hex 44 1C 1A 0 3B 3E 49 3 2D 12
Octal 104 34 32 0 73 76 111 3 55 22
Binary 1000100 11100 11010 0 111011 111110 1001001 11 101101 10010

Color Harmonies of #441C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C1A

Black with #441C1A

Text Example


Text Example

White with #441C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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