Html Css Color HEX #290A02 Seal Brown

📋 copy color: '#290A02'

red 41 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #290A02

Tints of Seal Brown #290A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.87%

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

R = 77.36%
G = 18.87%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290A02 (or 0x290A02) is known color: Seal Brown. HEX triplet: 29, 0A and 02. RGB value is (41,10,2). Sum of RGB (Red+Green+Blue) = 41+10+2=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #290A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A02 is #D6F5FD. Grayscale: #121212. Windows color (decimal): -14087678 or 133673. OLE color: 133673.

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

Color convert

RGB 41 10 2 -
CMYK 0 0.76 0.95 0.84
HSL 12.31º 0.91% 0.08% -
HSV(B) 12.31º 0.95% 0.16% -
XYZ 1.03 0.69 0.14 -
YUV 18.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 41 10 2 0 0.76 0.95 0.84 12.31 0.91 0.08
Hex 29 A 2 0 4C 5F 54 C 5B 8
Octal 51 12 2 0 114 137 124 14 133 10
Binary 101001 1010 10 0 1001100 1011111 1010100 1100 1011011 1000

Color Harmonies of #290A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290A02

Black with #290A02

Text Example


Text Example

White with #290A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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