Html Css Color HEX #290D0C Seal Brown

📋 copy color: '#290D0C'

red 41 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #290D0C

Tints of Seal Brown #290D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.7%

 BLUE value IS 12 (5.08% from 255) = 18.18%

R = 62.12%
G = 19.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#290D0C (or 0x290D0C) is known color: Seal Brown. HEX triplet: 29, 0D and 0C. RGB value is (41,13,12). Sum of RGB (Red+Green+Blue) = 41+13+12=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D0C is #D6F2F3. Grayscale: #151515. Windows color (decimal): -14086900 or 789801. OLE color: 789801.

HSL color Cylindrical-coordinate representation of color #290D0C: hue angle of 2.07º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #290D0C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 13 12 -
CMYK 0 0.68 0.71 0.84
HSL 2.07º 0.55% 0.1% -
HSV(B) 2.07º 0.71% 0.16% -
XYZ 1.12 0.79 0.44 -
YUV 21.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 41 13 12 0 0.68 0.71 0.84 2.07 0.55 0.1
Hex 29 D C 0 44 47 54 2 37 A
Octal 51 15 14 0 104 107 124 2 67 12
Binary 101001 1101 1100 0 1000100 1000111 1010100 10 110111 1010

Color Harmonies of #290D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D0C

Black with #290D0C

Text Example


Text Example

White with #290D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D0C; }

 p { color: rgb(41,13,12); }

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

background-color css

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

 a { background-color: rgb(41,13,12); }

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

border-color css

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

 span { border-color: rgb(41,13,12); }

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