Html Css Color HEX #441F1F Seal Brown

📋 copy color: '#441F1F'

red 68 ◦ green 31 ◦ blue 31

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

Shades of Seal Brown #441F1F

Tints of Seal Brown #441F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 52.31%
G = 23.85%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#441F1F (or 0x441F1F) is known color: Seal Brown. HEX triplet: 44, 1F and 1F. RGB value is (68,31,31). Sum of RGB (Red+Green+Blue) = 68+31+31=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F1F is #BBE0E0. Grayscale: #2A2A2A. Windows color (decimal): -12312801 or 2039620. OLE color: 2039620.

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

Color convert

RGB 68 31 31 -
CMYK 0 0.54 0.54 0.73
HSL 0.37% 0.19% -
HSV(B) 0.54% 0.27% -
XYZ 3.12 2.31 1.58 -
YUV 42.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 68 31 31 0 0.54 0.54 0.73 0 0.37 0.19
Hex 44 1F 1F 0 36 36 49 0 25 13
Octal 104 37 37 0 66 66 111 0 45 23
Binary 1000100 11111 11111 0 110110 110110 1001001 0 100101 10011

Color Harmonies of #441F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F1F

Black with #441F1F

Text Example


Text Example

White with #441F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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