Html Css Color HEX #29473B Burnham

📋 copy color: '#29473B'

red 41 ◦ green 71 ◦ blue 59

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

Shades of Burnham #29473B

Tints of Burnham #29473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 23.98%
G = 41.52%
B = 34.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#29473B (or 0x29473B) is known color: Burnham. HEX triplet: 29, 47 and 3B. RGB value is (41,71,59). Sum of RGB (Red+Green+Blue) = 41+71+59=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #29473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473B is #D6B8C4. Grayscale: #3C3C3C. Windows color (decimal): -14072005 or 3884841. OLE color: 3884841.

HSL color Cylindrical-coordinate representation of color #29473B: hue angle of 156º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29473B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 59 -
CMYK 0.42 0 0.17 0.72
HSL 156º 0.27% 0.22% -
HSV(B) 156º 0.42% 0.28% -
XYZ 3.96 5.29 4.95 -
YUV 60.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 41 71 59 0.42 0 0.17 0.72 156 0.27 0.22
Hex 29 47 3B 2A 0 11 48 9C 1B 16
Octal 51 107 73 52 0 21 110 234 33 26
Binary 101001 1000111 111011 101010 0 10001 1001000 10011100 11011 10110

Color Harmonies of #29473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29473B

Black with #29473B

Text Example


Text Example

White with #29473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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