Html Css Color HEX #40472F Bronzetone

📋 copy color: '#40472F'

red 64 ◦ green 71 ◦ blue 47

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

Shades of Bronzetone #40472F

Tints of Bronzetone #40472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 35.16%
G = 39.01%
B = 25.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#40472F (or 0x40472F) is known color: Bronzetone. HEX triplet: 40, 47 and 2F. RGB value is (64,71,47). Sum of RGB (Red+Green+Blue) = 64+71+47=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #40472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472F is #BFB8D0. Grayscale: #424242. Windows color (decimal): -12564689 or 3098432. OLE color: 3098432.

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

Color convert

RGB 64 71 47 -
CMYK 0.10 0 0.34 0.72
HSL 77.5º 0.2% 0.23% -
HSV(B) 77.5º 0.34% 0.28% -
XYZ 4.88 5.8 3.55 -
YUV 66.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 64 71 47 0.10 0 0.34 0.72 77.5 0.2 0.23
Hex 40 47 2F A 0 22 48 4E 14 17
Octal 100 107 57 12 0 42 110 116 24 27
Binary 1000000 1000111 101111 1010 0 100010 1001000 1001110 10100 10111

Color Harmonies of #40472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40472F

Black with #40472F

Text Example


Text Example

White with #40472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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