#434F20

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

Shades of Bronzetone #434F20

Tints of Bronzetone #434F20

Color information

#434F20 (or 0x434F20) is unknown color: approx Bronzetone. HEX triplet: 43, 4F and 20. RGB value is (67,79,32). Sum of RGB (Red+Green+Blue) = 67+79+32=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #434F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F20 is #BCB0DF. Grayscale: #464646. Windows color (decimal): -12366048 or 2117443. OLE color: 2117443.

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

Color convert

RGB677932-
CMYK0.1500.590.69
HSL75.32º42.34%21.76%-
HSV(B)75.32º59.49%30.98%-
XYZ5.376.892.41-
YUV70.05106.52125.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=37.64%
G=44.38%
B=17.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779320.1500.590.6975.3242.3421.76
Hex434F20F03B454b2a16
Octal10311740170731051135226
Binary10000111001111100000111101110111000101100101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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