Html Css Color HEX #290F0F Seal Brown

📋 copy color: '#290F0F'

red 41 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #290F0F

Tints of Seal Brown #290F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.13%

 BLUE value IS 15 (6.25% from 255) = 21.13%

R = 57.75%
G = 21.13%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#290F0F (or 0x290F0F) is known color: Seal Brown. HEX triplet: 29, 0F and 0F. RGB value is (41,15,15). Sum of RGB (Red+Green+Blue) = 41+15+15=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #290F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F0F is #D6F0F0. Grayscale: #161616. Windows color (decimal): -14086385 or 986921. OLE color: 986921.

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

Color convert

RGB 41 15 15 -
CMYK 0 0.63 0.63 0.84
HSL 0.46% 0.11% -
HSV(B) 0.63% 0.16% -
XYZ 1.17 0.85 0.55 -
YUV 22.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 41 15 15 0 0.63 0.63 0.84 0 0.46 0.11
Hex 29 F F 0 3F 3F 54 0 2E B
Octal 51 17 17 0 77 77 124 0 56 13
Binary 101001 1111 1111 0 111111 111111 1010100 0 101110 1011

Color Harmonies of #290F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F0F

Black with #290F0F

Text Example


Text Example

White with #290F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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