Html Css Color HEX #40492C Bronzetone

📋 copy color: '#40492C'

red 64 ◦ green 73 ◦ blue 44

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

Shades of Bronzetone #40492C

Tints of Bronzetone #40492C

RGB

 RED value IS 64 (25.39% from 255) = 35.36%

 GREEN value IS 73 (28.91% from 255) = 40.33%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 35.36%
G = 40.33%
B = 24.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#40492C (or 0x40492C) is known color: Bronzetone. HEX triplet: 40, 49 and 2C. RGB value is (64,73,44). Sum of RGB (Red+Green+Blue) = 64+73+44=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #40492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40492C is #BFB6D3. Grayscale: #434343. Windows color (decimal): -12564180 or 2902336. OLE color: 2902336.

HSL color Cylindrical-coordinate representation of color #40492C: hue angle of 78.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40492C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 44 -
CMYK 0.12 0 0.40 0.71
HSL 78.62º 0.25% 0.23% -
HSV(B) 78.62º 0.4% 0.29% -
XYZ 4.95 6.04 3.29 -
YUV 67 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 64 73 44 0.12 0 0.40 0.71 78.62 0.25 0.23
Hex 40 49 2C C 0 28 47 4F 19 17
Octal 100 111 54 14 0 50 107 117 31 27
Binary 1000000 1001001 101100 1100 0 101000 1000111 1001111 11001 10111

Color Harmonies of #40492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40492C

Black with #40492C

Text Example


Text Example

White with #40492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40492C; }

 p { color: rgb(64,73,44); }

 H1.HeaderClassName
 {
   color: #40492C;
 }
 .AnyTagClassName
 {
   color: #40492C;
 }
</style>

background-color css

<style>
 a { background-color: #40492C; }

 a { background-color: rgb(64,73,44); }

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

border-color css

<style>
 span { border-color: #40492C; }

 span { border-color: rgb(64,73,44); }

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