#404B22

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

Shades of Bronzetone #404B22

Tints of Bronzetone #404B22

Color information

#404B22 (or 0x404B22) is unknown color: approx Bronzetone. HEX triplet: 40, 4B and 22. RGB value is (64,75,34). Sum of RGB (Red+Green+Blue) = 64+75+34=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #404B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B22 is #BFB4DD. Grayscale: #434343. Windows color (decimal): -12563678 or 2247488. OLE color: 2247488.

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

Color convert

RGB647534-
CMYK0.1500.550.71
HSL76.1º37.61%21.37%-
HSV(B)76.1º54.67%29.41%-
XYZ4.926.242.46-
YUV67.04109.36125.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=36.99%
G=43.35%
B=19.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475340.1500.550.7176.137.6121.37
Hex404B22F037474c2615
Octal10011342170671071144625
Binary10000001001011100010111101101111000111100110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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