Html Css Color HEX #40492B Bronzetone

📋 copy color: '#40492B'

red 64 ◦ green 73 ◦ blue 43

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

Shades of Bronzetone #40492B

Tints of Bronzetone #40492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 35.56%
G = 40.56%
B = 23.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#40492B (or 0x40492B) is known color: Bronzetone. HEX triplet: 40, 49 and 2B. RGB value is (64,73,43). Sum of RGB (Red+Green+Blue) = 64+73+43=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #40492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40492B is #BFB6D4. Grayscale: #434343. Windows color (decimal): -12564181 or 2836800. OLE color: 2836800.

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

Color convert

RGB 64 73 43 -
CMYK 0.12 0 0.41 0.71
HSL 78º 0.26% 0.23% -
HSV(B) 78º 0.41% 0.29% -
XYZ 4.93 6.03 3.19 -
YUV 66.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 64 73 43 0.12 0 0.41 0.71 78 0.26 0.23
Hex 40 49 2B C 0 29 47 4E 1A 17
Octal 100 111 53 14 0 51 107 116 32 27
Binary 1000000 1001001 101011 1100 0 101001 1000111 1001110 11010 10111

Color Harmonies of #40492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40492B

Black with #40492B

Text Example


Text Example

White with #40492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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