Html Css Color HEX #441010 Seal Brown

📋 copy color: '#441010'

red 68 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #441010

Tints of Seal Brown #441010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

 BLUE value IS 16 (6.64% from 255) = 16%

R = 68%
G = 16%
B = 16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#441010 (or 0x441010) is known color: Seal Brown. HEX triplet: 44, 10 and 10. RGB value is (68,16,16). Sum of RGB (Red+Green+Blue) = 68+16+16=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441010 is #BBEFEF. Grayscale: #1F1F1F. Windows color (decimal): -12316656 or 1052740. OLE color: 1052740.

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

Color convert

RGB 68 16 16 -
CMYK 0 0.76 0.76 0.73
HSL 0.62% 0.16% -
HSV(B) 0.76% 0.27% -
XYZ 2.66 1.64 0.67 -
YUV 31.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 68 16 16 0 0.76 0.76 0.73 0 0.62 0.16
Hex 44 10 10 0 4C 4C 49 0 3E 10
Octal 104 20 20 0 114 114 111 0 76 20
Binary 1000100 10000 10000 0 1001100 1001100 1001001 0 111110 10000

Color Harmonies of #441010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441010

Black with #441010

Text Example


Text Example

White with #441010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441010; }

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

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

background-color css

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

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

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

border-color css

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

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

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