Html Css Color HEX #290E0D Seal Brown

📋 copy color: '#290E0D'

red 41 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #290E0D

Tints of Seal Brown #290E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.59%

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 60.29%
G = 20.59%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#290E0D (or 0x290E0D) is known color: Seal Brown. HEX triplet: 29, 0E and 0D. RGB value is (41,14,13). Sum of RGB (Red+Green+Blue) = 41+14+13=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E0D is #D6F1F2. Grayscale: #151515. Windows color (decimal): -14086643 or 855593. OLE color: 855593.

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

Color convert

RGB 41 14 13 -
CMYK 0 0.66 0.68 0.84
HSL 2.14º 0.52% 0.11% -
HSV(B) 2.14º 0.68% 0.16% -
XYZ 1.14 0.81 0.48 -
YUV 21.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 41 14 13 0 0.66 0.68 0.84 2.14 0.52 0.11
Hex 29 E D 0 42 44 54 2 34 B
Octal 51 16 15 0 102 104 124 2 64 13
Binary 101001 1110 1101 0 1000010 1000100 1010100 10 110100 1011

Color Harmonies of #290E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E0D

Black with #290E0D

Text Example


Text Example

White with #290E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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