Html Css Color HEX #29463A Burnham

📋 copy color: '#29463A'

red 41 ◦ green 70 ◦ blue 58

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

Shades of Burnham #29463A

Tints of Burnham #29463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 24.26%
G = 41.42%
B = 34.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#29463A (or 0x29463A) is known color: Burnham. HEX triplet: 29, 46 and 3A. RGB value is (41,70,58). Sum of RGB (Red+Green+Blue) = 41+70+58=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #29463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463A is #D6B9C5. Grayscale: #3B3B3B. Windows color (decimal): -14072262 or 3819049. OLE color: 3819049.

HSL color Cylindrical-coordinate representation of color #29463A: hue angle of 155.17º 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 #29463A is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 70 58 -
CMYK 0.41 0 0.17 0.73
HSL 155.17º 0.26% 0.22% -
HSV(B) 155.17º 0.41% 0.27% -
XYZ 3.87 5.16 4.79 -
YUV 59.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 41 70 58 0.41 0 0.17 0.73 155.17 0.26 0.22
Hex 29 46 3A 29 0 11 49 9B 1A 16
Octal 51 106 72 51 0 21 111 233 32 26
Binary 101001 1000110 111010 101001 0 10001 1001001 10011011 11010 10110

Color Harmonies of #29463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29463A

Black with #29463A

Text Example


Text Example

White with #29463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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