#435022

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

Shades of Bronzetone #435022

Tints of Bronzetone #435022

Color information

#435022 (or 0x435022) is unknown color: approx Bronzetone. HEX triplet: 43, 50 and 22. RGB value is (67,80,34). Sum of RGB (Red+Green+Blue) = 67+80+34=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #435022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435022 is #BCAFDD. Grayscale: #474747. Windows color (decimal): -12365790 or 2248771. OLE color: 2248771.

HSL color Cylindrical-coordinate representation of color #435022: hue angle of 76.96º 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 #435022 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB678034-
CMYK0.1600.580.69
HSL76.96º40.35%22.35%-
HSV(B)76.96º57.5%31.37%-
XYZ5.477.052.58-
YUV70.87107.19125.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=37.02%
G=44.20%
B=18.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780340.1600.580.6976.9640.3522.35
Hex4350221003A454d2816
Octal10312042200721051155026
Binary100001110100001000101000001110101000101100110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435022; }

 p { color: rgb(67,80,34); }

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

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

 a { background-color: rgb(67,80,34); }

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

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

 span { border-color: rgb(67,80,34); }

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