Html Css Color HEX #40472B Bronzetone

📋 copy color: '#40472B'

red 64 ◦ green 71 ◦ blue 43

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

Shades of Bronzetone #40472B

Tints of Bronzetone #40472B

RGB

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

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

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

R = 35.96%
G = 39.89%
B = 24.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#40472B (or 0x40472B) is known color: Bronzetone. HEX triplet: 40, 47 and 2B. RGB value is (64,71,43). Sum of RGB (Red+Green+Blue) = 64+71+43=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #40472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472B is #BFB8D4. Grayscale: #414141. Windows color (decimal): -12564693 or 2836288. OLE color: 2836288.

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

Color convert

RGB 64 71 43 -
CMYK 0.10 0 0.39 0.72
HSL 75º 0.25% 0.22% -
HSV(B) 75º 0.39% 0.28% -
XYZ 4.8 5.77 3.15 -
YUV 65.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 64 71 43 0.10 0 0.39 0.72 75 0.25 0.22
Hex 40 47 2B A 0 27 48 4B 19 16
Octal 100 107 53 12 0 47 110 113 31 26
Binary 1000000 1000111 101011 1010 0 100111 1001000 1001011 11001 10110

Color Harmonies of #40472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40472B

Black with #40472B

Text Example


Text Example

White with #40472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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