#291002

Color #291002 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #291002

Tints of Seal Brown #291002

Color information

#291002 (or 0x291002) is unknown color: approx 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

RGB41162-
CMYK00.610.950.84
HSL21.54º90.7%8.43%-
HSV(B)21.54º95.12%16.08%-
XYZ1.110.850.16-
YUV21.88116.78141.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4116200.610.950.8421.5490.78.43
Hex2910203D5F54165b8
Octal512020751371242613310
Binary10100110000100111101101111110101001011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>