Html Css Color HEX #40472E Bronzetone

📋 copy color: '#40472E'

red 64 ◦ green 71 ◦ blue 46

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

Shades of Bronzetone #40472E

Tints of Bronzetone #40472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 35.36%
G = 39.23%
B = 25.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#40472E (or 0x40472E) is known color: Bronzetone. HEX triplet: 40, 47 and 2E. RGB value is (64,71,46). Sum of RGB (Red+Green+Blue) = 64+71+46=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #40472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472E is #BFB8D1. Grayscale: #424242. Windows color (decimal): -12564690 or 3032896. OLE color: 3032896.

HSL color Cylindrical-coordinate representation of color #40472E: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40472E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 46 -
CMYK 0.10 0 0.35 0.72
HSL 76.8º 0.21% 0.23% -
HSV(B) 76.8º 0.35% 0.28% -
XYZ 4.86 5.79 3.45 -
YUV 66.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 64 71 46 0.10 0 0.35 0.72 76.8 0.21 0.23
Hex 40 47 2E A 0 23 48 4D 15 17
Octal 100 107 56 12 0 43 110 115 25 27
Binary 1000000 1000111 101110 1010 0 100011 1001000 1001101 10101 10111

Color Harmonies of #40472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40472E

Black with #40472E

Text Example


Text Example

White with #40472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40472E; }

 p { color: rgb(64,71,46); }

 H1.HeaderClassName
 {
   color: #40472E;
 }
 .AnyTagClassName
 {
   color: #40472E;
 }
</style>

background-color css

<style>
 a { background-color: #40472E; }

 a { background-color: rgb(64,71,46); }

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

border-color css

<style>
 span { border-color: #40472E; }

 span { border-color: rgb(64,71,46); }

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