Html Css Color HEX #290C0C Seal Brown

📋 copy color: '#290C0C'

red 41 ◦ green 12 ◦ blue 12

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

Shades of Seal Brown #290C0C

Tints of Seal Brown #290C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.46%

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

R = 63.08%
G = 18.46%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#290C0C (or 0x290C0C) is known color: Seal Brown. HEX triplet: 29, 0C and 0C. RGB value is (41,12,12). Sum of RGB (Red+Green+Blue) = 41+12+12=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C0C is #D6F3F3. Grayscale: #141414. Windows color (decimal): -14087156 or 789545. OLE color: 789545.

HSL color Cylindrical-coordinate representation of color #290C0C: hue angle of 0º 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 #290C0C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 12 12 -
CMYK 0 0.71 0.71 0.84
HSL 0.55% 0.1% -
HSV(B) 0.71% 0.16% -
XYZ 1.11 0.76 0.44 -
YUV 20.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 41 12 12 0 0.71 0.71 0.84 0 0.55 0.1
Hex 29 C C 0 47 47 54 0 37 A
Octal 51 14 14 0 107 107 124 0 67 12
Binary 101001 1100 1100 0 1000111 1000111 1010100 0 110111 1010

Color Harmonies of #290C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C0C

Black with #290C0C

Text Example


Text Example

White with #290C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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