#434F21

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

Shades of Bronzetone #434F21

Tints of Bronzetone #434F21

Color information

#434F21 (or 0x434F21) is unknown color: approx Bronzetone. HEX triplet: 43, 4F and 21. RGB value is (67,79,33). Sum of RGB (Red+Green+Blue) = 67+79+33=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #434F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F21 is #BCB0DE. Grayscale: #464646. Windows color (decimal): -12366047 or 2182979. OLE color: 2182979.

HSL color Cylindrical-coordinate representation of color #434F21: hue angle of 75.65º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434F21 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB677933-
CMYK0.1500.580.69
HSL75.65º41.07%21.96%-
HSV(B)75.65º58.23%30.98%-
XYZ5.396.92.49-
YUV70.17107.02125.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=37.43%
G=44.13%
B=18.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779330.1500.580.6975.6541.0721.96
Hex434F21F03A454c2916
Octal10311741170721051145126
Binary10000111001111100001111101110101000101100110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F21; }

 p { color: rgb(67,79,33); }

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

<style>
 a { background-color: #434F21; }

 a { background-color: rgb(67,79,33); }

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

<style>
 span { border-color: #434F21; }

 span { border-color: rgb(67,79,33); }

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