Html Css Color HEX #290502 Seal Brown

📋 copy color: '#290502'

red 41 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #290502

Tints of Seal Brown #290502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

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

R = 85.42%
G = 10.42%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290502 (or 0x290502) is known color: Seal Brown. HEX triplet: 29, 05 and 02. RGB value is (41,5,2). Sum of RGB (Red+Green+Blue) = 41+5+2=48 (6% of max value = 765). Red value is 41 (16.41% from 255 or 85.42% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 41 - color contains mainly: red. Hex color #290502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290502 is #D6FAFD. Grayscale: #0F0F0F. Windows color (decimal): -14088958 or 132393. OLE color: 132393.

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

Color convert

RGB 41 5 2 -
CMYK 0 0.88 0.95 0.84
HSL 4.62º 0.91% 0.08% -
HSV(B) 4.62º 0.95% 0.16% -
XYZ 0.98 0.58 0.12 -
YUV 15.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 41 5 2 0 0.88 0.95 0.84 4.62 0.91 0.08
Hex 29 5 2 0 58 5F 54 5 5B 8
Octal 51 5 2 0 130 137 124 5 133 10
Binary 101001 101 10 0 1011000 1011111 1010100 101 1011011 1000

Color Harmonies of #290502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290502

Black with #290502

Text Example


Text Example

White with #290502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290502; }

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

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

background-color css

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

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

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

border-color css

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

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

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