#424F22

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

Shades of Bronzetone #424F22

Tints of Bronzetone #424F22

Color information

#424F22 (or 0x424F22) is unknown color: approx Bronzetone. HEX triplet: 42, 4F and 22. RGB value is (66,79,34). Sum of RGB (Red+Green+Blue) = 66+79+34=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #424F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F22 is #BDB0DD. Grayscale: #464646. Windows color (decimal): -12431582 or 2248514. OLE color: 2248514.

HSL color Cylindrical-coordinate representation of color #424F22: hue angle of 77.33º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424F22 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.

Color convert

RGB667934-
CMYK0.1600.570.69
HSL77.33º39.82%22.16%-
HSV(B)77.33º56.96%30.98%-
XYZ5.336.872.56-
YUV69.98107.69125.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=36.87%
G=44.13%
B=18.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679340.1600.570.6977.3339.8222.16
Hex424F2210039454d2816
Octal10211742200711051155026
Binary100001010011111000101000001110011000101100110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,79,34); }

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

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

 a { background-color: rgb(66,79,34); }

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

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

 span { border-color: rgb(66,79,34); }

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