Html Css Color HEX #441313 Seal Brown

📋 copy color: '#441313'

red 68 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #441313

Tints of Seal Brown #441313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 64.15%
G = 17.92%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#441313 (or 0x441313) is known color: Seal Brown. HEX triplet: 44, 13 and 13. RGB value is (68,19,19). Sum of RGB (Red+Green+Blue) = 68+19+19=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441313 is #BBECEC. Grayscale: #212121. Windows color (decimal): -12315885 or 1250116. OLE color: 1250116.

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

Color convert

RGB 68 19 19 -
CMYK 0 0.72 0.72 0.73
HSL 0.56% 0.17% -
HSV(B) 0.72% 0.27% -
XYZ 2.73 1.74 0.81 -
YUV 33.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 68 19 19 0 0.72 0.72 0.73 0 0.56 0.17
Hex 44 13 13 0 48 48 49 0 38 11
Octal 104 23 23 0 110 110 111 0 70 21
Binary 1000100 10011 10011 0 1001000 1001000 1001001 0 111000 10001

Color Harmonies of #441313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441313

Black with #441313

Text Example


Text Example

White with #441313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441313; }

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

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

background-color css

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

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

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

border-color css

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

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

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