Html Css Color HEX #441413 Seal Brown

📋 copy color: '#441413'

red 68 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #441413

Tints of Seal Brown #441413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 63.55%
G = 18.69%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#441413 (or 0x441413) is known color: Seal Brown. HEX triplet: 44, 14 and 13. RGB value is (68,20,19). Sum of RGB (Red+Green+Blue) = 68+20+19=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441413 is #BBEBEC. Grayscale: #222222. Windows color (decimal): -12315629 or 1250372. OLE color: 1250372.

HSL color Cylindrical-coordinate representation of color #441413: hue angle of 1.22º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441413 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 19 -
CMYK 0 0.71 0.72 0.73
HSL 1.22º 0.56% 0.17% -
HSV(B) 1.22º 0.72% 0.27% -
XYZ 2.75 1.78 0.81 -
YUV 34.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 68 20 19 0 0.71 0.72 0.73 1.22 0.56 0.17
Hex 44 14 13 0 47 48 49 1 38 11
Octal 104 24 23 0 107 110 111 1 70 21
Binary 1000100 10100 10011 0 1000111 1001000 1001001 1 111000 10001

Color Harmonies of #441413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441413

Black with #441413

Text Example


Text Example

White with #441413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441413; }

 p { color: rgb(68,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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