#29463B

Color #29463B Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #29463B

Tints of Burnham #29463B

Color information

#29463B (or 0x29463B) is unknown color: approx Burnham. HEX triplet: 29, 46 and 3B. RGB value is (41,70,59). Sum of RGB (Red+Green+Blue) = 41+70+59=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #29463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463B is #D6B9C4. Grayscale: #3C3C3C. Windows color (decimal): -14072261 or 3884585. OLE color: 3884585.

HSL color Cylindrical-coordinate representation of color #29463B: hue angle of 157.24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB417059-
CMYK0.4100.160.73
HSL157.24º26.13%21.76%-
HSV(B)157.24º41.43%27.45%-
XYZ3.895.174.93-
YUV60.08127.39114.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=24.12%
G=41.18%
B=34.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170590.4100.160.73157.2426.1321.76
Hex29463B29010499d1a16
Octal5110673510201112353226
Binary10100110001101110111010010100001001001100111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29463B; }

 p { color: rgb(41,70,59); }

 H1.HeaderClassName
 {
   color: #29463B;
 }
 .AnyTagClassName
 {
   color: #29463B;
 }
</style>
background-color css

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

 a { background-color: rgb(41,70,59); }

 div.DivClassName
 {
   background-color: #29463B;
 }
 .BgClassName
 {
   background-color: #29463B;
 }
</style>
border-color css

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

 span { border-color: rgb(41,70,59); }

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