Html Css Color HEX #290C02 Seal Brown

📋 copy color: '#290C02'

red 41 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #290C02

Tints of Seal Brown #290C02

RGB

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

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

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

R = 74.55%
G = 21.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290C02 (or 0x290C02) is known color: Seal Brown. HEX triplet: 29, 0C and 02. RGB value is (41,12,2). Sum of RGB (Red+Green+Blue) = 41+12+2=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #290C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C02 is #D6F3FD. Grayscale: #131313. Windows color (decimal): -14087166 or 134185. OLE color: 134185.

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

Color convert

RGB 41 12 2 -
CMYK 0 0.71 0.95 0.84
HSL 15.38º 0.91% 0.08% -
HSV(B) 15.38º 0.95% 0.16% -
XYZ 1.06 0.74 0.14 -
YUV 19.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 41 12 2 0 0.71 0.95 0.84 15.38 0.91 0.08
Hex 29 C 2 0 47 5F 54 F 5B 8
Octal 51 14 2 0 107 137 124 17 133 10
Binary 101001 1100 10 0 1000111 1011111 1010100 1111 1011011 1000

Color Harmonies of #290C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C02

Black with #290C02

Text Example


Text Example

White with #290C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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