Html Css Color HEX #291312 Seal Brown

📋 copy color: '#291312'

red 41 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #291312

Tints of Seal Brown #291312

RGB

 RED value IS 41 (16.41% from 255) = 52.56%

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

 BLUE value IS 18 (7.42% from 255) = 23.08%

R = 52.56%
G = 24.36%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#291312 (or 0x291312) is known color: Seal Brown. HEX triplet: 29, 13 and 12. RGB value is (41,19,18). Sum of RGB (Red+Green+Blue) = 41+19+18=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291312 is #D6ECED. Grayscale: #191919. Windows color (decimal): -14085358 or 1184553. OLE color: 1184553.

HSL color Cylindrical-coordinate representation of color #291312: hue angle of 2.61º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291312 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 18 -
CMYK 0 0.54 0.56 0.84
HSL 2.61º 0.39% 0.12% -
HSV(B) 2.61º 0.56% 0.16% -
XYZ 1.26 0.98 0.7 -
YUV 25.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 41 19 18 0 0.54 0.56 0.84 2.61 0.39 0.12
Hex 29 13 12 0 36 38 54 3 27 C
Octal 51 23 22 0 66 70 124 3 47 14
Binary 101001 10011 10010 0 110110 111000 1010100 11 100111 1100

Color Harmonies of #291312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291312

Black with #291312

Text Example


Text Example

White with #291312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291312; }

 p { color: rgb(41,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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