#404B2C

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

Shades of Bronzetone #404B2C

Tints of Bronzetone #404B2C

Color information

#404B2C (or 0x404B2C) is unknown color: approx Bronzetone. HEX triplet: 40, 4B and 2C. RGB value is (64,75,44). Sum of RGB (Red+Green+Blue) = 64+75+44=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #404B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B2C is #BFB4D3. Grayscale: #444444. Windows color (decimal): -12563668 or 2902848. OLE color: 2902848.

HSL color Cylindrical-coordinate representation of color #404B2C: hue angle of 81.29º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404B2C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB647544-
CMYK0.1500.410.71
HSL81.29º26.05%23.33%-
HSV(B)81.29º41.33%29.41%-
XYZ5.096.33.33-
YUV68.18114.36125.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=34.97%
G=40.98%
B=24.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475440.1500.410.7181.2926.0523.33
Hex404B2CF02947511a17
Octal10011354170511071213227
Binary1000000100101110110011110101001100011110100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404B2C; }

 p { color: rgb(64,75,44); }

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

<style>
 a { background-color: #404B2C; }

 a { background-color: rgb(64,75,44); }

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

<style>
 span { border-color: #404B2C; }

 span { border-color: rgb(64,75,44); }

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