Html Css Color HEX #291002 Seal Brown

📋 copy color: '#291002'

red 41 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #291002

Tints of Seal Brown #291002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

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

R = 69.49%
G = 27.12%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#291002 (or 0x291002) is known color: Seal Brown. HEX triplet: 29, 10 and 02. RGB value is (41,16,2). Sum of RGB (Red+Green+Blue) = 41+16+2=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #291002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291002 is #D6EFFD. Grayscale: #151515. Windows color (decimal): -14086142 or 135209. OLE color: 135209.

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

Color convert

RGB 41 16 2 -
CMYK 0 0.61 0.95 0.84
HSL 21.54º 0.91% 0.08% -
HSV(B) 21.54º 0.95% 0.16% -
XYZ 1.11 0.85 0.16 -
YUV 21.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 41 16 2 0 0.61 0.95 0.84 21.54 0.91 0.08
Hex 29 10 2 0 3D 5F 54 16 5B 8
Octal 51 20 2 0 75 137 124 26 133 10
Binary 101001 10000 10 0 111101 1011111 1010100 10110 1011011 1000

Color Harmonies of #291002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291002

Black with #291002

Text Example


Text Example

White with #291002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291002; }

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

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

background-color css

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

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

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

border-color css

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

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

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