#424A23

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

Shades of Bronzetone #424A23

Tints of Bronzetone #424A23

Color information

#424A23 (or 0x424A23) is unknown color: approx Bronzetone. HEX triplet: 42, 4A and 23. RGB value is (66,74,35). Sum of RGB (Red+Green+Blue) = 66+74+35=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #424A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A23 is #BDB5DC. Grayscale: #434343. Windows color (decimal): -12432861 or 2312770. OLE color: 2312770.

HSL color Cylindrical-coordinate representation of color #424A23: hue angle of 72.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424A23 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB667435-
CMYK0.1100.530.71
HSL72.31º35.78%21.37%-
HSV(B)72.31º52.7%29.02%-
XYZ56.182.52-
YUV67.16109.85127.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 35 (14.06% from 255) = 20%
R=37.71%
G=42.29%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6674350.1100.530.7172.3135.7821.37
Hex424A23B03547482415
Octal10211243130651071104425
Binary10000101001010100011101101101011000111100100010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424A23; }

 p { color: rgb(66,74,35); }

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

<style>
 a { background-color: #424A23; }

 a { background-color: rgb(66,74,35); }

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

<style>
 span { border-color: #424A23; }

 span { border-color: rgb(66,74,35); }

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