Html Css Color HEX #290802 Seal Brown

📋 copy color: '#290802'

red 41 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #290802

Tints of Seal Brown #290802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

 BLUE value IS 2 (1.17% from 255) = 3.92%

R = 80.39%
G = 15.69%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290802 (or 0x290802) is known color: Seal Brown. HEX triplet: 29, 08 and 02. RGB value is (41,8,2). Sum of RGB (Red+Green+Blue) = 41+8+2=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290802 is #D6F7FD. Grayscale: #111111. Windows color (decimal): -14088190 or 133161. OLE color: 133161.

HSL color Cylindrical-coordinate representation of color #290802: hue angle of 9.23º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290802 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 8 2 -
CMYK 0 0.80 0.95 0.84
HSL 9.23º 0.91% 0.08% -
HSV(B) 9.23º 0.95% 0.16% -
XYZ 1.01 0.65 0.13 -
YUV 17.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 41 8 2 0 0.80 0.95 0.84 9.23 0.91 0.08
Hex 29 8 2 0 50 5F 54 9 5B 8
Octal 51 10 2 0 120 137 124 11 133 10
Binary 101001 1000 10 0 1010000 1011111 1010100 1001 1011011 1000

Color Harmonies of #290802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290802

Black with #290802

Text Example


Text Example

White with #290802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290802; }

 p { color: rgb(41,8,2); }

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

background-color css

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

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

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

border-color css

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

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

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