Html Css Color HEX #40472A Bronzetone

📋 copy color: '#40472A'

red 64 ◦ green 71 ◦ blue 42

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

Shades of Bronzetone #40472A

Tints of Bronzetone #40472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 36.16%
G = 40.11%
B = 23.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#40472A (or 0x40472A) is known color: Bronzetone. HEX triplet: 40, 47 and 2A. RGB value is (64,71,42). Sum of RGB (Red+Green+Blue) = 64+71+42=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #40472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472A is #BFB8D5. Grayscale: #414141. Windows color (decimal): -12564694 or 2770752. OLE color: 2770752.

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

Color convert

RGB 64 71 42 -
CMYK 0.10 0 0.41 0.72
HSL 74.48º 0.26% 0.22% -
HSV(B) 74.48º 0.41% 0.28% -
XYZ 4.79 5.76 3.05 -
YUV 65.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 64 71 42 0.10 0 0.41 0.72 74.48 0.26 0.22
Hex 40 47 2A A 0 29 48 4A 1A 16
Octal 100 107 52 12 0 51 110 112 32 26
Binary 1000000 1000111 101010 1010 0 101001 1001000 1001010 11010 10110

Color Harmonies of #40472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40472A

Black with #40472A

Text Example


Text Example

White with #40472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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