Html Css Color HEX #441208 Seal Brown

📋 copy color: '#441208'

red 68 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #441208

Tints of Seal Brown #441208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 72.34%
G = 19.15%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#441208 (or 0x441208) is known color: Seal Brown. HEX triplet: 44, 12 and 08. RGB value is (68,18,8). Sum of RGB (Red+Green+Blue) = 68+18+8=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441208 is #BBEDF7. Grayscale: #1F1F1F. Windows color (decimal): -12316152 or 528964. OLE color: 528964.

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

Color convert

RGB 68 18 8 -
CMYK 0 0.74 0.88 0.73
HSL 10º 0.79% 0.15% -
HSV(B) 10º 0.88% 0.27% -
XYZ 2.64 1.68 0.41 -
YUV 31.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 68 18 8 0 0.74 0.88 0.73 10 0.79 0.15
Hex 44 12 8 0 4A 58 49 A 4F F
Octal 104 22 10 0 112 130 111 12 117 17
Binary 1000100 10010 1000 0 1001010 1011000 1001001 1010 1001111 1111

Color Harmonies of #441208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441208

Black with #441208

Text Example


Text Example

White with #441208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441208; }

 p { color: rgb(68,18,8); }

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

background-color css

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

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

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

border-color css

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

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

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