#40531D

Color #40531D Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #40531D

Tints of Bronzetone #40531D

Color information

#40531D (or 0x40531D) is unknown color: approx Bronzetone. HEX triplet: 40, 53 and 1D. RGB value is (64,83,29). Sum of RGB (Red+Green+Blue) = 64+83+29=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #40531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531D is #BFACE2. Grayscale: #474747. Windows color (decimal): -12561635 or 1921856. OLE color: 1921856.

HSL color Cylindrical-coordinate representation of color #40531D: hue angle of 81.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40531D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB648329-
CMYK0.2300.650.67
HSL81.11º48.21%21.96%-
HSV(B)81.11º65.06%32.55%-
XYZ5.437.372.3-
YUV71.16104.21122.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=36.36%
G=47.16%
B=16.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483290.2300.650.6781.1148.2121.96
Hex40531D1704143513016
Octal100123352701011031216026
Binary100000010100111110110111010000011000011101000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40531D; }

 p { color: rgb(64,83,29); }

 H1.HeaderClassName
 {
   color: #40531D;
 }
 .AnyTagClassName
 {
   color: #40531D;
 }
</style>
background-color css

<style>
 a { background-color: #40531D; }

 a { background-color: rgb(64,83,29); }

 div.DivClassName
 {
   background-color: #40531D;
 }
 .BgClassName
 {
   background-color: #40531D;
 }
</style>
border-color css

<style>
 span { border-color: #40531D; }

 span { border-color: rgb(64,83,29); }

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