#29433A

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

Shades of Burnham #29433A

Tints of Burnham #29433A

Color information

#29433A (or 0x29433A) is unknown color: approx Burnham. HEX triplet: 29, 43 and 3A. RGB value is (41,67,58). Sum of RGB (Red+Green+Blue) = 41+67+58=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #29433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29433A is #D6BCC5. Grayscale: #3A3A3A. Windows color (decimal): -14073030 or 3818281. OLE color: 3818281.

HSL color Cylindrical-coordinate representation of color #29433A: hue angle of 159.23º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29433A is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB416758-
CMYK0.3900.130.74
HSL159.23º24.07%21.18%-
HSV(B)159.23º38.81%26.27%-
XYZ3.694.794.73-
YUV58.2127.89115.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=24.70%
G=40.36%
B=34.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167580.3900.130.74159.2324.0721.18
Hex29433A270D4A9f1815
Octal5110372470151122373025
Binary1010011000011111010100111011011001010100111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29433A; }

 p { color: rgb(41,67,58); }

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

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

 a { background-color: rgb(41,67,58); }

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

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

 span { border-color: rgb(41,67,58); }

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